From 6b43380d93c32f5e83c60c15b6b1d28bccc330dc Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Wed, 24 Jul 2019 16:59:24 -0400 Subject: [PATCH] removed width by percentage for header div 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/css/style.css b/css/style.css index cd05ad6..f498662 100644 --- a/css/style.css +++ b/css/style.css @@ -19,7 +19,6 @@ a { transition: 0.3s; } } .navbar-header, #navbar-collapse { - width: 95%; max-width: 1150px; padding: 0; margin: 0 auto; -- 2.25.1