Remove left padding from sidebar in example theme

This commit is contained in:
Pavel Djundik 2018-03-29 21:46:03 +03:00
parent 2e964d0a7e
commit 8f838b80e7

View File

@ -4,9 +4,11 @@
body {
padding: 4px;
padding-left: 0;
}
#footer {
margin-left: 4px;
border-radius: 2px;
width: 216px;
}
@ -33,6 +35,7 @@ body {
}
#footer {
margin-left: 0;
border-radius: 0;
width: inherit;
}