From 798360194a94f2df787ef59e669f17793af92f4b Mon Sep 17 00:00:00 2001 From: brittlewis12 Date: Fri, 31 Jan 2014 11:46:52 -0500 Subject: [PATCH] changed h3, h4 markdown font sizing to match markdown spec -- h3: 1.5em, h4: 1.2em --- app/assets/stylesheets/main/mixins.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/main/mixins.scss b/app/assets/stylesheets/main/mixins.scss index 0e76808..4afe61d 100644 --- a/app/assets/stylesheets/main/mixins.scss +++ b/app/assets/stylesheets/main/mixins.scss @@ -106,12 +106,12 @@ h3 { margin-top: 35px; - font-size: 2em; + font-size: 1.5em; } h4 { margin-top: 30px; - font-size: 1.5em; + font-size: 1.2em; } blockquote p { -- libgit2 0.21.2