1
mirror of https://git.dn42.dev/wiki/wiki.git synced 2024-11-23 07:43:29 +01:00

fix spacing between body and sidebar on gollum 5.x

This commit is contained in:
Simon Marsh 2023-02-04 14:28:00 +00:00
parent 2d25d8536f
commit 55154b3d8c

View File

@ -13,6 +13,7 @@
#wiki-body .markdown-body { #wiki-body .markdown-body {
padding: 0 !important; padding: 0 !important;
padding-right: 3% !important;
} }
.Box { .Box {
@ -30,10 +31,6 @@
padding: 7px !important; padding: 7px !important;
} }
#wiki-sidebar .Box {
margin-left: 3%;
}
#footer-content { #footer-content {
margin-top: 1.5em; margin-top: 1.5em;
} }