mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-19 02:50:49 +02:00
23 lines
272 B
CSS
23 lines
272 B
CSS
.sidebar-toggle {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: auto;
|
|
left: 0;
|
|
}
|
|
|
|
.search {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.markdown-section h2 {
|
|
padding-top: 0.25rem;
|
|
}
|
|
|
|
.markdown-section h3 {
|
|
margin-top: 0.25rem;
|
|
}
|
|
|
|
.sidebar, .sidebar-nav {
|
|
line-height: 1.5em !important;
|
|
}
|