From 888b9456d190bd83538d0c21c457d63c7f050d6c Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 18 Jul 2016 12:48:07 +0300 Subject: Reduce font-size for headers for nicer and more compact look Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/framework/typography.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss index 4f860c009e0..8659604cb8b 100644 --- a/app/assets/stylesheets/framework/typography.scss +++ b/app/assets/stylesheets/framework/typography.scss @@ -37,7 +37,7 @@ } h1 { - font-size: 2.25em; + font-size: 2em; font-weight: 600; margin: 1em 0 10px; padding: 0 0 0.3em; @@ -46,7 +46,7 @@ } h2 { - font-size: 1.8em; + font-size: 1.6em; font-weight: 600; margin: 1em 0 10px; padding-bottom: 0.3em; @@ -56,7 +56,7 @@ h3 { margin: 1em 0 10px; - font-size: 1.5em; + font-size: 1.4em; } h4 { -- cgit v1.2.1