Correcties voor banner placement #10

Merged
mischa.spelt merged 8 commits from dev into main 2024-12-06 17:45:29 +01:00
4 changed files with 4 additions and 12 deletions
Showing only changes of commit 96748c0c01 - Show all commits

View File

@@ -958,11 +958,6 @@ div.pp_default .pp_close:hover {
color: #282828; color: #282828;
} }
ins[data-revive-zoneid="2"] {
margin: 2rem 0;
display: block;
}
@media (max-width: 768px) { @media (max-width: 768px) {
.sidebar { .sidebar {
width: 100%; width: 100%;

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,3 @@
ins[data-revive-zoneid="2"] {
margin: 2rem 0;
display: block;
}
@media (max-width: 768px) { @media (max-width: 768px) {
.sidebar { .sidebar {
width: 100%; width: 100%;

View File

@@ -1,3 +1,5 @@
@if (!isset($disableBanners) || !$disableBanners) @if (!isset($disableBanners) || !$disableBanners)
<ins data-revive-zoneid="2" data-revive-id="{{ env('REVIVE_ID') }}"></ins> <div class="d-flex justify-content-center my-4">
<ins data-revive-zoneid="2" data-revive-id="{{ env('REVIVE_ID') }}"></ins>
</div>
@endif @endif