1
mirror of https://git.dn42.dev/wiki/wiki.git synced 2024-11-23 07:43:29 +01:00
wiki/custom.css
2016-02-11 13:27:10 -05:00

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% }
}