QMK/docs/sidebar.css

19 lines
219 B
CSS
Raw Normal View History

2018-05-13 10:56:54 -07:00
.sidebar-toggle {
position: absolute;
top: 0;
bottom: auto;
left: 0;
}
.search {
margin-top: 40px;
}
2020-02-25 14:29:37 -08:00
.markdown-section h3 {
margin-top: 16px;
}
2020-02-25 17:03:57 -08:00
.sidebar, .sidebar-nav {
line-height: 1.5em !important;
}