fix black bar to the left of the small-screen view
authorRalf Jung <post@ralfj.de>
Wed, 23 May 2018 12:23:42 +0000 (14:23 +0200)
committerRalf Jung <post@ralfj.de>
Wed, 23 May 2018 12:23:42 +0000 (14:23 +0200)
ralf/_sass/_layout.scss

index 28d5919d40dea82ba1d9b040cc95994f896d72bb..8859ce17d1e4d4f9c8898562320e3314fe0b1ce5 100644 (file)
@@ -100,6 +100,7 @@ body { /* This centers us in the page, and handles the "too wide" case */
         clear: both;
         float: none;
         position: static;
         clear: both;
         float: none;
         position: static;
+        border: none;
     }
     #-content {
         padding: #{ $outer-margin * 0.75 };
     }
     #-content {
         padding: #{ $outer-margin * 0.75 };