From 058520c7d181f32a3d9660457e758a4d5a28a05b Mon Sep 17 00:00:00 2001 From: ken Date: Wed, 18 Mar 2026 18:21:26 +0800 Subject: [PATCH] 'logorwd' --- assets/stylesheets/template/RWD.scss | 8 +++++++- assets/stylesheets/template/layout/header.scss | 6 +++--- assets/stylesheets/template/modules/menu.scss | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/assets/stylesheets/template/RWD.scss b/assets/stylesheets/template/RWD.scss index 2317ee8..8dba239 100644 --- a/assets/stylesheets/template/RWD.scss +++ b/assets/stylesheets/template/RWD.scss @@ -21,7 +21,13 @@ position: relative!important; } } -@media(max-width: 769px){ +@media(max-width: 820px){ + .col-sm-6{ + width: 100%!important; + } +} +@media(max-width: 768px){ + .ad-banner-widget-6{ .w-ba-banner__wrap { position: absolute!important; diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index 7572287..9a9bc39 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -165,10 +165,10 @@ // height: 100px; } @media(max-width: $screen-xs){ - height: 55px !important; + width: 83%; } - @media(max-width: 820px)and(min-width:$screen-xs ){ - height: 55px!important; + @media(max-width: 768px)and(min-width:$screen-xs ){ + width: 93%; } } } diff --git a/assets/stylesheets/template/modules/menu.scss b/assets/stylesheets/template/modules/menu.scss index 062ec86..a01f7db 100644 --- a/assets/stylesheets/template/modules/menu.scss +++ b/assets/stylesheets/template/modules/menu.scss @@ -88,7 +88,7 @@ } - @media(max-width:768px){ + @media(max-width:480px){ -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); background-color: #ffffffbd;