From af6542d51df33bd2ebeb07f3e7cafd633b661145 Mon Sep 17 00:00:00 2001 From: Will Skates Date: Wed, 21 Nov 2012 19:28:43 +0000 Subject: [PATCH] Updating the overall width sizes at lower resolutions. --- stylesheets/skeleton-fluid.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/skeleton-fluid.css b/stylesheets/skeleton-fluid.css index 3779291..0685e2d 100644 --- a/stylesheets/skeleton-fluid.css +++ b/stylesheets/skeleton-fluid.css @@ -114,7 +114,7 @@ /* Note: Design for a width of 320px */ @media only screen and (max-width: 767px) { - .container { width: 39.11342894393742%; } + .container { width: 92%; } .container .columns, .container .column { margin: 0; } @@ -164,7 +164,7 @@ /* Note: Design for a width of 480px */ @media only screen and (min-width: 480px) and (max-width: 767px) { - .container { width: 54.6875%; } + .container { width: 92%; } .container .columns, .container .column { margin: 0; }