Add custom CSS for homepage layout and banner styling

This commit is contained in:
2025-06-30 22:29:31 +02:00
parent dfe8022c11
commit c5c208aa43
2 changed files with 711 additions and 0 deletions

View File

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