From: Ralf Jung Date: Wed, 23 May 2018 12:23:42 +0000 (+0200) Subject: fix black bar to the left of the small-screen view X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/9ad43d53d123607a4072deabf4bfa8f0ee7a6121 fix black bar to the left of the small-screen view --- 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 };