From 238a99be42c346fe73bbd1da0719058ed0d5c5a6 Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Fri, 6 Feb 2015 16:50:53 +0100 Subject: [PATCH] Switch back to smaller fonts. Looks better on mobile and desktop. --- css/style.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.scss b/css/style.scss index b96a20f..f198170 100644 --- a/css/style.scss +++ b/css/style.scss @@ -6,13 +6,13 @@ @import "compass/typography/links/hover-link"; @import "compass/typography/vertical_rhythm"; -$base-font-size: 20px; -$base-line-height: 30px; $break-point: 45em; $bg-color: #EEEEEE; $main-color: #2196F3; $acc-color: #C51162; +$base-font-size: 16px; +$base-line-height: 24px; @include establish-baseline; $text-pad: rhythm(0.5); @@ -67,7 +67,7 @@ body { margin: $text-pad; } -@media all and (max-width: 700px) { +@media all and (max-width: $break-point) { .container > * { width: 100%; }