fix: center sidebar banner on mobile

This commit is contained in:
2024-12-06 14:58:16 +01:00
parent c16a2db01d
commit 96748c0c01
4 changed files with 4 additions and 12 deletions

View File

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

File diff suppressed because one or more lines are too long