diff options
Diffstat (limited to 'media/sass/base.sass')
-rw-r--r-- | media/sass/base.sass | 6 |
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 |