fix. gnb 수정

This commit is contained in:
clkim
2025-12-03 17:15:32 +09:00
parent 85e731197e
commit 5dc9a9973c

View File

@@ -488,7 +488,7 @@ onMounted(() => {
.nav-area {
@apply flex flex-col w-[100vw] max-w-[360px] min-w-[320px] bg-theme-foreground-10 translate-x-[-100%]
md:flex-row md:w-auto md:max-w-[100%] md:h-full md:pl-[40px] md:items-center md:bg-transparent md:transform-none;
md:inline-flex md:flex-row md:w-auto md:max-w-[100%] md:h-full md:pl-[40px] md:items-center md:bg-transparent md:transform-none;
}
.nav-logo {