diff --git a/src/components/LandingBanner.vue b/src/components/LandingBanner.vue index ae08539..1742164 100644 --- a/src/components/LandingBanner.vue +++ b/src/components/LandingBanner.vue @@ -101,11 +101,7 @@ position: relative; transition: height 0.5s ease; overflow: hidden; - --header-height: 261px; - - @include mobile { - --header-height: 25vh; - } + --header-height: 25vh; height: var(--header-height);