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;
}
ins[data-revive-zoneid] {
margin-top: -30px;
text-align: center;
margin-bottom: 30px;
}
.news .blog .post {
height: 115px;
}

File diff suppressed because one or more lines are too long