From b71816597acf4e9453a46d3c4969a335e4fcfc9c Mon Sep 17 00:00:00 2001 From: ken Date: Tue, 25 Jul 2023 21:47:49 +0800 Subject: [PATCH] 'adbanner,content' --- assets/stylesheets/template/layout/content.scss | 2 +- assets/stylesheets/template/modules/ad_banner.scss | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 28c7aa1..cd545e9 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -624,7 +624,6 @@ body{ width: 146px !important; } @media screen and (max-width:$screen-xs){ - width: 110px !important; margin-top: 3px; } } @@ -639,6 +638,7 @@ body{ } @media screen and (min-width:769px) and (max-width:1025px){ width: 200px!important; + margin: 1em; } @media screen and (max-width:768px){ width: 140px!important; diff --git a/assets/stylesheets/template/modules/ad_banner.scss b/assets/stylesheets/template/modules/ad_banner.scss index 44e561d..9580ff8 100644 --- a/assets/stylesheets/template/modules/ad_banner.scss +++ b/assets/stylesheets/template/modules/ad_banner.scss @@ -8,6 +8,12 @@ // Widget // ## gerenral styles +.ba-banner-widget-2{ + height: 100vh !important; + .w-ba-banner__wrap{ + height: 100vh !important; + } +} .jarallax-video-audio, .jarallax-video-control-play{ bottom: 2%!important; top: auto!important;