summaryrefslogtreecommitdiff
path: root/media/sass
diff options
context:
space:
mode:
authorluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-09-30 00:33:01 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-09-30 00:33:01 +0000
commit9da4e4921cea63c09039f5a93b55f1fc8f043fd9 (patch)
tree2914aab4b2180daaf8434d71e36bfa8a55fa2209 /media/sass
parentdf6cf28b30470166774213102378ded5931bc975 (diff)
added viewport scaling
Diffstat (limited to 'media/sass')
-rw-r--r--media/sass/base.sass6
1 files changed, 3 insertions, 3 deletions
diff --git a/media/sass/base.sass b/media/sass/base.sass
index 525428d..bfce326 100644
--- a/media/sass/base.sass
+++ b/media/sass/base.sass
@@ -26,7 +26,7 @@ body
position: relative
padding: 0
//max-width: 61.75em /* 988px / 16px = 61.75em */
- max-width = 19.6875em /* 3 cols @ 92px + 20px gutter -- 315px / 16px = */
+ max-width = 30em /* 3 cols @ 92px + 20px gutter -- 480px / 16px = */
background: white url('../img/988px-9col-92w-20gut.png') 552px 0 repeat-y
@@ -95,8 +95,8 @@ footer
@media (min-device-width:1024px) and (max-width:509px), (max-device-width:480px) and (orientation:portrait)
body
- margin: 0 10px
- max-width = 20.9375em
+ margin: 0 20px
+ max-width = 27.5em
.postpic, .post-image
float: left