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; + } + } } }