mirror of
https://github.com/aljazceru/Journal-ghost.git
synced 2026-01-12 01:34:20 +01:00
Updates for the announcement bar compatibility
closes https://github.com/TryGhost/Team/issues/3024
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user