main 스타일 수정
This commit is contained in:
@@ -5207,6 +5207,12 @@ select.form-control {
|
||||
position: relative;
|
||||
transition: all 0.3s ease;
|
||||
gap: 0px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.api-showcase .api-card:hover {
|
||||
transform: translateY(-4px);
|
||||
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
|
||||
border-color: #008ae2;
|
||||
}
|
||||
@media (max-width: 1024px) {
|
||||
.api-showcase .api-card {
|
||||
|
||||
Reference in New Issue
Block a user