From: Jean-Yves Gastaud Date: Tue, 20 Dec 2016 14:59:56 +0000 (+0100) Subject: docs: Remove right padding in theme X-Git-Tag: v0.19~164 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8a63e092;p=brevno-suite%2Fhugo docs: Remove right padding in theme --- diff --git a/docs/static/css/style-responsive.css b/docs/static/css/style-responsive.css index 9381ce68..ed70f7bd 100644 --- a/docs/static/css/style-responsive.css +++ b/docs/static/css/style-responsive.css @@ -21,6 +21,10 @@ position: none !important; } + .wrapper { + padding: inherit; + } + #sidebar > ul > li { margin: 0 10px 5px 10px; }