aboutsummaryrefslogtreecommitdiff
path: root/theme/sass/_base.scss
diff options
context:
space:
mode:
authorEric Bidelman2012-04-14 15:07:55 -0700
committerEric Bidelman2012-04-14 15:07:55 -0700
commit7054806c29c3eae0ed4b4176047b92bddcdcd0cc (patch)
tree916b7a50bd0b2aa91fce8413b0bf384e0958c609 /theme/sass/_base.scss
parentba1842bd2162d4fa3c7189621825afd765bea5fa (diff)
downloadio-slides-remote-7054806c29c3eae0ed4b4176047b92bddcdcd0cc.tar.gz
tweaks
Diffstat (limited to 'theme/sass/_base.scss')
-rw-r--r--theme/sass/_base.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/sass/_base.scss b/theme/sass/_base.scss
index 141aafe..b301396 100644
--- a/theme/sass/_base.scss
+++ b/theme/sass/_base.scss
@@ -53,9 +53,9 @@ body {
53 53
54 height: 100%; 54 height: 100%;
55 min-height: 740px; 55 min-height: 740px;
56 width: 100%;
56 57
57 overflow-x: hidden; 58 overflow: hidden;
58 overflow-y: auto;
59 59
60 color: #fff; 60 color: #fff;
61 @include font-smoothing(antialiased); 61 @include font-smoothing(antialiased);