From dd44be00b6482eb698d73f7f666c020d72d21212 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 23 May 2018 14:23:42 +0200 Subject: [PATCH] fix black bar to the left of the small-screen view --- personal/_sass/_layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/personal/_sass/_layout.scss b/personal/_sass/_layout.scss index 28d5919..8859ce1 100644 --- a/personal/_sass/_layout.scss +++ b/personal/_sass/_layout.scss @@ -100,6 +100,7 @@ body { /* This centers us in the page, and handles the "too wide" case */ clear: both; float: none; position: static; + border: none; } #-content { padding: #{ $outer-margin * 0.75 }; -- 2.30.2