14 lines
333 B
CSS
14 lines
333 B
CSS
body#index .page-home > .row {
|
|
display: flex;
|
|
gap: 20px;
|
|
flex-wrap: wrap;
|
|
}
|
|
body#index .page-home > .row .an_banner {
|
|
width: 100% !important;
|
|
max-width: 270px !important;
|
|
position: static;
|
|
}
|
|
body#index .page-home > .row .an_banner img.b-loaded {
|
|
transition: 0s !important;
|
|
transform: unset !important;
|
|
} |