From 8b7cd082ac26e5a9779606625520fe53afd15a76 Mon Sep 17 00:00:00 2001 From: Alex King Date: Tue, 5 Jul 2016 11:01:18 -0700 Subject: [PATCH] Update container width style Update the width style for containers to allow for more optimal viewing on smaller devices. --- stylesheets/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index e5671df..7020d4e 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -198,7 +198,6 @@ and your footer gets pushed down a bit more, creating vertical scroll bars in th #container { min-height: 100%; - min-width: 960px; } #footer { @@ -1144,7 +1143,6 @@ ul.site li a { .document .content-preview, .document .content { padding: 20px 0px; - width: 960px; margin: 0 auto; }