mirror of
https://git.dn42.dev/wiki/wiki.git
synced 2025-02-16 05:14:27 +01:00
20 lines
558 B
CSS
20 lines
558 B
CSS
#sidebar-content {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
#sidebar-content ul {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
#wiki-body .markdown-body {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
@media all and (max-width: 600px) {
|
|
#wiki-sidebar, #wiki-body,
|
|
.has-sidebar #wiki-body,
|
|
.has-sidebar #wiki-sidebar,
|
|
#wiki-footer { clear:both; width: 100% }
|
|
}
|
|
|