docs: Remove right padding in theme

This commit is contained in:
Jean-Yves Gastaud 2016-12-20 15:59:56 +01:00 committed by digitalcraftsman
parent 83b4c40566
commit 8a63e092fa

View file

@ -21,6 +21,10 @@
position: none !important;
}
.wrapper {
padding: inherit;
}
#sidebar > ul > li {
margin: 0 10px 5px 10px;
}