fix: placement of mobile banner

This commit is contained in:
2024-12-06 13:49:31 +01:00
parent a86f8e56a1
commit 21ca729958
4 changed files with 13 additions and 7 deletions

View File

@@ -1180,6 +1180,12 @@ ins[data-revive-zoneid] {
margin-bottom: 30px;
}
@media (max-width: 576px) {
ins[data-revive-zoneid] {
max-width: 100%;
height: auto;
}
}
.news .blog .post {
height: 115px;
}

File diff suppressed because one or more lines are too long