From 68c07ff08ecabb8fb9d8dfb13b536ea8ce9cd598 Mon Sep 17 00:00:00 2001 From: Jonathan Preston Date: Tue, 2 Jun 2015 14:53:18 -0700 Subject: [PATCH] one more width tweak --- css/skeleton.ontraport.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/skeleton.ontraport.css b/css/skeleton.ontraport.css index a7ea0cd..5d50eb9 100644 --- a/css/skeleton.ontraport.css +++ b/css/skeleton.ontraport.css @@ -47,19 +47,19 @@ Skeleton Grid Size Extension } .tablet-three.columns { - width: 21.3333333%; + width: 21.2333333%; } .tablet-three.columns:nth-child(4n + 1) { margin-left: 0; } .tablet-four.columns { - width: 30.222222% + width: 30.111112% } .tablet-four.columns:nth-child(3n + 1) { margin-left: 0; } .tablet-six.columns { - width: 47.66666667%; + width: 47.56666667%; } .tablet-six.columns:nth-child(odd) { margin-left: 0;