Преглед изворни кода

reduce the line-height of the sidebar

skullY пре 5 година
родитељ
комит
b5030907eb
1 измењених фајлова са 4 додато и 0 уклоњено
  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;
+}