mirror of
https://git.dn42.dev/wiki/wiki.git
synced 2024-11-23 07:43:29 +01:00
19 lines
560 B
CSS
19 lines
560 B
CSS
#sidebar-content {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
#sidebar-content ul {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
#wiki-body .markdown-body {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
@media all and (min-width: 600px) {
|
|
#wiki-sidebar { clear:both; width: 100% }
|
|
#wiki-content { clear:both; width: 100% }
|
|
#wiki-footer { clear:both; width: 100% }
|
|
}
|
|
|