removed width by percentage for header div
authorAndrew Engelbrecht <andrew@fsf.org>
Wed, 24 Jul 2019 20:59:24 +0000 (16:59 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Wed, 24 Jul 2019 20:59:24 +0000 (16:59 -0400)
this caused a div in the header to be too wide for some screen sizes,
possibly because the header did not start on the left side of the page.
a width does not seem to be necessary here.

css/style.css

index cd05ad6d73ecdab8c6c1e08897b5920170fc5067..f498662fa82fe0f3610e4759e1c9dba714ecc7b8 100644 (file)
@@ -19,7 +19,6 @@ a { transition: 0.3s; }
 }
 
 .navbar-header, #navbar-collapse {
-  width: 95%;
   max-width: 1150px;
   padding: 0;
   margin: 0 auto;