Selaa lähdekoodia

reduce the line-height of the sidebar

skullY 5 vuotta sitten
vanhempi
commit
b5030907eb
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      docs/sidebar.css

+ 4 - 0
docs/sidebar.css

@@ -12,3 +12,7 @@
 .markdown-section h3 {
   margin-top: 16px;
 }
+
+.sidebar, .sidebar-nav {
+  line-height: 1.5em !important;
+}