From 4e3c27a6ef37f1a0ce67891c221b98f514e79788 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Wed, 13 Oct 2021 06:37:22 +0000 Subject: [PATCH] fix error --- 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 f567cb1..5d29784 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -137,14 +137,14 @@ } } @media screen and (min-width:991px) and (max-width:1025px){ - height: 1360px; + height: 760px; .ad-overlay{ bottom: 31%; position: absolute; } } @media screen and (min-width:$screen-xs) and (max-width:990px){ - height: 970px !important; + height: 800px !important; .ad-overlay{ bottom: 35%; position: absolute;