min-heights for ads

This commit is contained in:
Jon McClure 2024-02-15 11:12:57 +00:00
parent 5d469dc86d
commit 3943510a19

View file

@ -70,3 +70,12 @@
<Block id="{id}" class="freestar-adslot {cls}">
<div data-freestar-ad="{dataFreestarAd || null}" id="{randomAdId}"></div>
</Block>
<style>
div {
min-height: 415px;
@media (max-width: 767.9px) {
min-height: 320px;
}
}
</style>