Add mobile header banner #9

Merged
mischa.spelt merged 4 commits from dev into main 2024-12-04 11:15:42 +01:00
2 changed files with 12 additions and 0 deletions

View File

@@ -12,3 +12,10 @@ ins[data-revive-zoneid] {
text-align: center;
margin-bottom: 30px;
}
@media (max-width: 576px) {
ins[data-revive-zoneid] {
max-width: 100%;
height: auto;
}
}

View File

@@ -146,4 +146,9 @@ function buildMenu($menu, $ismobile)
</ul>
</nav>
</div>
@if(!isset($disableBanners) || !$disableBanners)
<div class="mobile-banner-fullwidth d-flex d-md-none">
<ins data-revive-zoneid="6" data-revive-id="{{ env('REVIVE_ID') }}"></ins>
</div>
@endif