From 5c25c6d09a53cd428a34c907506df4ad181f8e2b Mon Sep 17 00:00:00 2001 From: bangae1 Date: Tue, 3 Jun 2025 16:29:39 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=ED=83=9C?= =?UTF-8?q?=EB=B8=94=EB=A6=BF=20=EB=8C=80=EC=9D=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layouts/landing/LandingNavigation.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/layouts/landing/LandingNavigation.vue b/src/components/layouts/landing/LandingNavigation.vue index d83d419..b643864 100644 --- a/src/components/layouts/landing/LandingNavigation.vue +++ b/src/components/layouts/landing/LandingNavigation.vue @@ -52,6 +52,11 @@ watchEffect(() => { max-width: 80%; padding: 0.5rem 1.75rem; } + .brand-icon { + img { + top: 0 !important; + } + } } }