Fix bug.
This commit is contained in:
parent
3ad9b26c9a
commit
9c1fa5d794
|
@ -1,4 +1,4 @@
|
|||
@charset "utf-8";
|
||||
@charset "utf-8";
|
||||
@import "initial";
|
||||
|
||||
@media(max-width: 767px) {
|
||||
|
@ -20,7 +20,7 @@
|
|||
@media(max-width: 769px){
|
||||
.ad-banner-widget-6{
|
||||
.w-ba-banner__wrap {
|
||||
position: absolute!important;
|
||||
//position: absolute!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -321,8 +321,7 @@ body{
|
|||
@media(max-width: 1024px){
|
||||
flex: none;
|
||||
width: 100%;
|
||||
height: 250px;
|
||||
padding-bottom: 0.5em;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
.layout-content-box3{
|
||||
|
@ -656,7 +655,7 @@ body{
|
|||
@media(max-width:768px){
|
||||
.pagerow{
|
||||
display:flex;
|
||||
flex-wrap: wrap-reverse;
|
||||
flex-wrap: wrap;
|
||||
.aside{
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
@ -213,5 +213,5 @@ h3.page-module-title {
|
|||
}
|
||||
.title-wraper{
|
||||
width: 100%;
|
||||
order: 1;
|
||||
}
|
||||
order: 0;
|
||||
}
|
Loading…
Reference in New Issue