main 스타일 수정

This commit is contained in:
현성필
2025-11-21 17:42:13 +09:00
parent eddbefd698
commit 1c07b97b09
5 changed files with 16 additions and 3 deletions
+6
View File
@@ -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 {
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -753,6 +753,13 @@
position: relative;
transition: all 0.3s ease;
gap: 0px;
cursor: pointer;
&:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
border-color: #008ae2;
}
@include respond-to('md') {
width: calc(50% - 10px);