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/74925007befcf6d7d166b65dbe81031485daa8aa fix black bar to the left of the small-screen view --- 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 };