fix: correct margin for homepage banner

This commit is contained in:
2024-11-25 20:57:49 +01:00
parent 2ba81f8550
commit 3ef630c7cc
4 changed files with 15 additions and 5 deletions

View File

@@ -1174,6 +1174,12 @@ ins[data-revive-zoneid="2"] {
white-space: nowrap; white-space: nowrap;
} }
ins[data-revive-zoneid] {
margin-top: -30px;
text-align: center;
margin-bottom: 30px;
}
.news .blog .post { .news .blog .post {
height: 115px; height: 115px;
} }

File diff suppressed because one or more lines are too long

View File

@@ -6,3 +6,9 @@
@use "../components/contact_box"; @use "../components/contact_box";
@use "../components/featured"; @use "../components/featured";
@use "../components/podcast_items"; @use "../components/podcast_items";
ins[data-revive-zoneid] {
margin-top: -30px;
text-align: center;
margin-bottom: 30px;
}

View File

@@ -136,10 +136,8 @@
<div class="grey_background"> <div class="grey_background">
<div class="body_container row"> <div class="body_container row">
@if(!isset($disableBanners) || !$disableBanners) @if(!isset($disableBanners) || !$disableBanners)
<div class="col-12"> <ins data-revive-zoneid="3" data-revive-id="1f60109562f7b845e90ed597afbbcfa1"></ins>
<ins data-revive-zoneid="3" data-revive-id="1f60109562f7b845e90ed597afbbcfa1"></ins> <ins data-revive-zoneid="4" data-revive-id="1f60109562f7b845e90ed597afbbcfa1"></ins>
<ins data-revive-zoneid="4" data-revive-id="1f60109562f7b845e90ed597afbbcfa1"></ins>
</div>
@endif @endif
<div class="col-12 col-md content_container"> <div class="col-12 col-md content_container">
<div class="row"> <div class="row">