We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57fb6d commit b07ae63Copy full SHA for b07ae63
site/style/garden.css
@@ -600,7 +600,10 @@ a abbr {
600
}
601
602
#nav_main > ul > li {
603
- width: 100%;
+ float: left;
604
+ text-align: center;
605
+ width: 25%;
606
+ border-bottom: 0;
607
608
609
#nav_mobile {
@@ -611,3 +614,14 @@ a abbr {
611
614
display: none;
612
615
613
616
617
+
618
+/* Small Screen "Smarphone" Vertical Mode */
619
620
+@media screen and (max-width: 360px) {
621
+ #nav_main > ul > li {
622
623
624
+ width: 33.33%;
625
626
+ }
627
+}
0 commit comments