We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9169c68 commit 1a45b92Copy full SHA for 1a45b92
assets/themes/zeppelin/css/style.css
@@ -587,6 +587,10 @@ and (max-width: 1024px) {
587
.navbar-inverse .navbar-brand {
588
font-size: 28px;
589
}
590
+
591
+ .content {
592
+ padding: 2rem 4rem;
593
+ }
594
595
596
@media (max-width: 768px) {
@@ -604,6 +608,10 @@ and (max-width: 1024px) {
604
608
.sideMenu {
605
609
margin-bottom: 15px;
606
610
611
612
613
+ padding: 2rem 2rem;
614
607
615
616
617
@media screen and (min-width: 768px) {
0 commit comments