From 2fb8d8508615aa5c27ebe9fc143a31bf14678c90 Mon Sep 17 00:00:00 2001 From: Jean-Yves Gastaud Date: Tue, 20 Dec 2016 15:59:56 +0100 Subject: [PATCH] docs: Remove right padding in theme --- static/css/style-responsive.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/style-responsive.css b/static/css/style-responsive.css index 9381ce68c..ed70f7bd4 100644 --- a/static/css/style-responsive.css +++ b/static/css/style-responsive.css @@ -21,6 +21,10 @@ position: none !important; } + .wrapper { + padding: inherit; + } + #sidebar > ul > li { margin: 0 10px 5px 10px; }