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;
}
}
.homepage-body-banners {
margin-top: -4rem;
}
.news .blog .post {
height: 115px;
}

File diff suppressed because one or more lines are too long