fix: less space above homepage banner

This commit is contained in:
2024-12-06 14:15:18 +01:00
parent 262aec618b
commit 06e7741d3b
4 changed files with 10 additions and 2 deletions

View File

@@ -1180,6 +1180,10 @@ ins[data-revive-zoneid="2"] {
height: auto; height: auto;
} }
} }
.homepage-body-banners {
margin-top: -4rem;
}
.news .blog .post { .news .blog .post {
height: 115px; height: 115px;
} }

File diff suppressed because one or more lines are too long

View File

@@ -13,3 +13,7 @@
height: auto; height: auto;
} }
} }
.homepage-body-banners {
margin-top: -4rem;
}

View File

@@ -136,7 +136,7 @@
<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="d-none d-md-flex justify-content-center"> <div class="homepage-body-banners d-none d-md-flex justify-content-center">
<ins data-revive-zoneid="3" data-revive-id="{{ env('REVIVE_ID') }}"></ins> <ins data-revive-zoneid="3" data-revive-id="{{ env('REVIVE_ID') }}"></ins>
<ins data-revive-zoneid="4" data-revive-id="{{ env('REVIVE_ID') }}"></ins> <ins data-revive-zoneid="4" data-revive-id="{{ env('REVIVE_ID') }}"></ins>
</div> </div>