From fe86bbae40a3cb370f329d3d4af06021f6b2dc80 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Tue, 9 Aug 2022 01:06:04 +0200 Subject: [PATCH] Landing banner height 25vh for all devices --- src/components/LandingBanner.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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);