summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.scss5
1 files changed, 4 insertions, 1 deletions
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 {