From febee0bc9bc6f5f5ad2c671354382eefe197c0c2 Mon Sep 17 00:00:00 2001 From: dhg Date: Mon, 15 Dec 2014 16:14:27 -0800 Subject: [PATCH] moving the padding: 0 down to the 400px query --- css/skeleton.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/skeleton.css b/css/skeleton.css index 78a98fe..675a9f9 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -44,13 +44,13 @@ /* For devices larger than 400px */ @media (min-width: 400px) { .container { + padding: 0; width: 90%; } } /* For devices larger than 550px */ @media (min-width: 550px) { .container { - padding: 0; width: 80%; } .column, .columns {