Add custom CSS for homepage layout and banner styling
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user