fix. [SWV-798] ​​​​​​​GNB SNS 버튼 직관성 및 시인성 향상

This commit is contained in:
clkim
2026-03-11 16:45:25 +09:00
parent 532b9b6855
commit e11b92f230
27 changed files with 110 additions and 129 deletions

View File

@@ -114,7 +114,7 @@ onMounted(async () => {
@apply mt-[var(--scroll-position,48px)];
}
.sns-wrap ~ .navigation-wrap {
@apply pb-[78px];
@apply pb-[60px] md:pb-[80px];
}
.navigation-wrap {
@@ -146,7 +146,7 @@ onMounted(async () => {
}
.navigation-wrap.is-closed {
@apply translate-x-[calc(-100%+20px)] sm:translate-x-[calc(-100%+40px)];
@apply translate-x-[calc(-100%+12px)] sm:translate-x-[calc(-100%+20px)] md:translate-x-[calc(-100%+32px)];
}
.navigation-wrap.is-closed .btn-control {
@apply rotate-0;