forked from mirrors/qmk_firmware
reduce the line-height of the sidebar
This commit is contained in:
parent
8b0fdc82dc
commit
b5030907eb
1 changed files with 4 additions and 0 deletions
|
@ -12,3 +12,7 @@
|
||||||
.markdown-section h3 {
|
.markdown-section h3 {
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar, .sidebar-nav {
|
||||||
|
line-height: 1.5em !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue