fix: show banner full-width on mobile

This commit is contained in:
2024-12-04 10:42:30 +01:00
parent c1ddaa15c6
commit a86f8e56a1

View File

@@ -13,7 +13,7 @@ ins[data-revive-zoneid] {
margin-bottom: 30px;
}
@media (min-width: 576px) {
@media (max-width: 576px) {
ins[data-revive-zoneid] {
max-width: 100%;
height: auto;