Skip to content

Commit 1a45b92

Browse files
committed
Improve margin for small devices
1 parent 9169c68 commit 1a45b92

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

assets/themes/zeppelin/css/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,10 @@ and (max-width: 1024px) {
587587
.navbar-inverse .navbar-brand {
588588
font-size: 28px;
589589
}
590+
591+
.content {
592+
padding: 2rem 4rem;
593+
}
590594
}
591595

592596
@media (max-width: 768px) {
@@ -604,6 +608,10 @@ and (max-width: 1024px) {
604608
.sideMenu {
605609
margin-bottom: 15px;
606610
}
611+
612+
.content {
613+
padding: 2rem 2rem;
614+
}
607615
}
608616

609617
@media screen and (min-width: 768px) {

0 commit comments

Comments
 (0)