From d74ede08f64ef01705783236ef4105e177f603fe Mon Sep 17 00:00:00 2001 From: Marshall L'Amour Date: Sat, 25 Aug 2018 23:22:24 -0500 Subject: [PATCH] Attempting to fix overflow issue Implementing the fix from @tayfuncetin, referenced here: https://github.com/joshgerdes/jekyll-uno/issues/42#issuecomment-263251559 --- static/css/uno.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/uno.css b/static/css/uno.css index d2616ce..1269448 100644 --- a/static/css/uno.css +++ b/static/css/uno.css @@ -2033,6 +2033,7 @@ pre { .content-wrapper__inner { margin: 0 10%; + display:none; padding: 50px 0; } .footer {