From abe51ea7c1233609a902aa31345a39ada5c041fa Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 30 Jun 2013 13:06:37 +0200 Subject: Limit large left margin to wide viewports only (Initial mobile first change). --- local.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/local.scss b/local.scss index 4287171..8896caa 100644 --- a/local.scss +++ b/local.scss @@ -102,7 +102,10 @@ DIV.pagecloud { DIV#wrapper, DIV#pagebody { float: left; - margin: 1em 0 4.2em 25%; + margin: 1em 0 4.2em 5%; + @media only screen and (min-width: 40em) { + margin-left: 25%; + } } DIV#content { -- cgit v1.2.3