From 28d3e525bd0fd8a1640235d3df287340d7432113 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Wed, 13 Oct 2021 06:25:05 +0000 Subject: [PATCH] fix bug --- assets/stylesheets/template/layout/header.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index ba30ff7..aebc03f 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -145,14 +145,14 @@ } } @media screen and (min-width:$screen-xs) and (max-width:990px){ - height: 970px; + height: 970px !important; .ad-overlay{ bottom: 35%; position: absolute; } } @media(max-width: $screen-xs){ - height: 760px; + height: 760px !important; .ad-overlay{ top: 17%; position: absolute;