From 1f3747b37e3d6b829828f42d739e8a16ad10fe88 Mon Sep 17 00:00:00 2001 From: Elliott Hauser Date: Sat, 23 Aug 2014 20:30:54 +0000 Subject: [PATCH] make width percentage --- _sass/_styles.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/_styles.scss b/_sass/_styles.scss index 6e6f755d..68ea765f 100755 --- a/_sass/_styles.scss +++ b/_sass/_styles.scss @@ -186,7 +186,7 @@ input { } .wrap { - max-width: 960px; + max-width: 90%; @include column(10); float: none; margin: 0 auto; @@ -196,7 +196,7 @@ input { .post { @include column(8); - max-width: 680px; + max-width: 80%; display: block; margin: 0 auto; float: none;