From 9ad43d53d123607a4072deabf4bfa8f0ee7a6121 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 23 May 2018 14:23:42 +0200 Subject: [PATCH 1/1] fix black bar to the left of the small-screen view --- ralf/_sass/_layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ralf/_sass/_layout.scss b/ralf/_sass/_layout.scss index 28d5919..8859ce1 100644 --- a/ralf/_sass/_layout.scss +++ b/ralf/_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