We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3dfbd7 commit b9d2d55Copy full SHA for b9d2d55
1 file changed
styles/main.scss
@@ -667,6 +667,20 @@ main .date {
667
}
668
669
670
+@media (max-width: 1300px) and (min-width: 1021px) {
671
+ nav {
672
+ ul {
673
+ margin: 1rem 1rem;
674
+ li {
675
+ margin-left: 1rem;
676
+ }
677
678
+ .nav-icon {
679
+ margin: 0.5rem 0 0.5rem 1rem;
680
681
682
+}
683
+
684
@media (max-width: 1020px) {
685
.grid, .grid-wide {
686
min-width: 0;
0 commit comments