From e5ab20167682740ce43f3e4ec0cdcbb11f9fe919 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 11 Apr 2016 13:17:18 -0700 Subject: [PATCH] Removing max width media queries that allow block containers to grow past the desired 1200px max width. --- css/skeleton.ontraport.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/css/skeleton.ontraport.css b/css/skeleton.ontraport.css index 0ce6002..63e75dc 100644 --- a/css/skeleton.ontraport.css +++ b/css/skeleton.ontraport.css @@ -190,20 +190,6 @@ Container max-width: 1200px; } -/* For devices larger than 400px */ -@media (min-width: 400px) { - .container.container { - max-width: 85%; - } -} - -/* For devices larger than 550px */ -@media (min-width: 550px) { - .container.container { - max-width: 80%; - } -} - /* ===================================================================================================================== Forms ===================================================================================================================== */