Explorar el Código

reduce the line-height of the sidebar

skullY hace 5 años
padre
commit
b5030907eb
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;
+}