From 234bfe2936527bf198ff69ec6188318ae6cfd19b Mon Sep 17 00:00:00 2001 From: rulingcom Date: Wed, 13 Oct 2021 06:42:03 +0000 Subject: [PATCH] fix error --- assets/stylesheets/template/layout/header.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index 5d29784..1cff1dd 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -44,6 +44,15 @@ } } +a#content{ + color: inherit !important; + position: relative; + margin: 0; + z-index: 1000; +} +.layout-content-inner.container{ + top: -25px; +} .layout-header .header-banner{ .w-ba-banner{ .ad-overlay{ @@ -144,7 +153,7 @@ } } @media screen and (min-width:$screen-xs) and (max-width:990px){ - height: 800px !important; + height: 760px !important; .ad-overlay{ bottom: 35%; position: absolute;