fix: center banners on mobile

This commit is contained in:
2024-12-06 14:02:56 +01:00
parent 21ca729958
commit 98a9cd2c53
3 changed files with 6 additions and 10 deletions

View File

@@ -7,14 +7,8 @@
@use "../components/featured";
@use "../components/podcast_items";
ins[data-revive-zoneid] {
margin-top: -30px;
text-align: center;
margin-bottom: 30px;
}
@media (max-width: 576px) {
ins[data-revive-zoneid] {
ins[data-revive-zoneid] img {
max-width: 100%;
height: auto;
}