shithub: hugo

Download patch

ref: 8a63e092faab9765dfe1cee31e9af4a200a8d2ef
parent: 83b4c4056679a0bceb20343933b8a3223630e520
author: Jean-Yves Gastaud <jygastaud@gmail.com>
date: Tue Dec 20 10:59:56 EST 2016

docs: Remove right padding in theme

--- 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;
     }
--