From d3a8f707b5017438a70564cef98b5c6db5eea848 Mon Sep 17 00:00:00 2001 From: Scott Parry Date: Wed, 5 Aug 2015 10:30:28 +0100 Subject: [PATCH] Tweaks --- assets/css/scaffolding.css | 4 +--- assets/css/workless.css | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/assets/css/scaffolding.css b/assets/css/scaffolding.css index 9048866..eca7e73 100755 --- a/assets/css/scaffolding.css +++ b/assets/css/scaffolding.css @@ -3,10 +3,8 @@ */ .boxed { - width: 75%; + width: 55%; margin: 0 auto; - padding: 0; - position: relative; } .one_full diff --git a/assets/css/workless.css b/assets/css/workless.css index 9299c90..040b844 100755 --- a/assets/css/workless.css +++ b/assets/css/workless.css @@ -19,7 +19,7 @@ /** * Border Box */ -* +*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box;