min-heights for ads
This commit is contained in:
parent
5d469dc86d
commit
3943510a19
1 changed files with 9 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue