reduce the line-height of the sidebar

This commit is contained in:
skullY 2020-02-25 17:03:57 -08:00 committed by skullydazed
parent 8b0fdc82dc
commit b5030907eb
1 changed files with 4 additions and 0 deletions

View File

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