fix: set correct margin on banner

This commit is contained in:
2024-12-06 14:54:51 +01:00
parent df4d48a327
commit c16a2db01d
3 changed files with 5 additions and 9 deletions

View File

@@ -959,10 +959,8 @@ div.pp_default .pp_close:hover {
} }
ins[data-revive-zoneid="2"] { ins[data-revive-zoneid="2"] {
width: 100%; margin: 2rem 0;
height: 275px; display: block;
margin: 11px auto 50px auto;
background-color: #efefef;
} }
@media (max-width: 768px) { @media (max-width: 768px) {

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,6 @@
ins[data-revive-zoneid="2"] { ins[data-revive-zoneid="2"] {
width: 100%; margin: 2rem 0;
height: 275px; display: block;
margin: 11px auto 50px auto;
background-color: #efefef;
} }
@media (max-width: 768px) { @media (max-width: 768px) {