feat: add mobile banner to header

This commit is contained in:
2024-12-04 08:07:46 +01:00
parent 71a5d3a690
commit 39f1ee4823
3 changed files with 11 additions and 9 deletions

View File

@@ -7,12 +7,15 @@
@use "../components/featured";
@use "../components/podcast_items";
.header_container ins[data-revive-zoneid] {
ins[data-revive-zoneid] {
margin-top: -30px;
text-align: center;
margin-bottom: 30px;
}
.mobile-banner-fullwidth {
margin: 1.5rem 0;
@media (min-width: 576px) {
ins[data-revive-zoneid] {
max-width: 100%;
height: auto;
}
}