Updates for the announcement bar compatibility

closes https://github.com/TryGhost/Team/issues/3024
This commit is contained in:
Sodbileg Gansukh
2023-04-21 11:01:47 +01:00
parent 09eed87466
commit da68b16baa
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -482,7 +482,7 @@
margin-left: 0.8rem;
}
@media (max-width: 767px) {
@media (width <= 767px) {
.gh-latest {
margin-bottom: 8rem;
}
@@ -527,7 +527,7 @@
}
}
@media (min-width: 768px) and (max-width: 991px) {
@media (width >= 768px) and (width <= 991px) {
.gh-sidebar {
padding-left: 1.6rem;
}
@@ -548,7 +548,7 @@
}
}
@media (max-width: 991px) {
@media (width <= 991px) {
.gh-latest {
margin-top: 0;
}