'logorwd'

This commit is contained in:
ken 2026-03-18 18:21:26 +08:00
parent 7698754426
commit 058520c7d1
3 changed files with 11 additions and 5 deletions

View File

@ -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;

View File

@ -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%;
}
}
}

View File

@ -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;