'logorwd'
This commit is contained in:
parent
7698754426
commit
058520c7d1
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue