From 3b9f339b2a35de4fc64aefeb0e2ba74df4655a0c Mon Sep 17 00:00:00 2001 From: dhg Date: Mon, 15 Dec 2014 16:16:36 -0800 Subject: [PATCH] shrinking the % width of the 400-550px column since it felt a little crowded --- css/skeleton.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/skeleton.css b/css/skeleton.css index 675a9f9..e3ebdc9 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -45,7 +45,7 @@ @media (min-width: 400px) { .container { padding: 0; - width: 90%; } + width: 85%; } } /* For devices larger than 550px */