From a28816e9d8813305300d22519164360dc08fd9b4 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 8 Mar 2016 16:29:05 -0800 Subject: [PATCH] UX: default h1 is just way too big --- app/assets/stylesheets/vendor/normalize.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/vendor/normalize.scss b/app/assets/stylesheets/vendor/normalize.scss index ae8bc83d728..af487ed139a 100644 --- a/app/assets/stylesheets/vendor/normalize.scss +++ b/app/assets/stylesheets/vendor/normalize.scss @@ -131,7 +131,7 @@ dfn { */ h1 { - font-size: 2em; + font-size: 1.6em; margin: 0.67em 0; } @@ -422,4 +422,4 @@ table { td, th { padding: 0; -} \ No newline at end of file +}