From a2cd01e2cdadad49584c69396a3702442eb7fa03 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 19 Nov 2014 13:47:07 -0500 Subject: [PATCH] Update material defaults --- src/themes/material/globals/site.variables | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/themes/material/globals/site.variables b/src/themes/material/globals/site.variables index 7fe4a3f50..ddfef41b6 100644 --- a/src/themes/material/globals/site.variables +++ b/src/themes/material/globals/site.variables @@ -24,11 +24,17 @@ @headerLineHeight : 1.33em; @headerFontWeight : 400; -@h1 : 2rem; -@h2 : 1.714rem; -@h3 : 1.28rem; -@h4 : 1.071rem; -@h5 : 1rem; +@h1 : 2.25rem; +@h2 : 2rem; +@h3 : 1.75rem; +@h4 : 1.5rem; +@h5 : 1.25rem; + +/*-------------- + Paragraphs +---------------*/ + +@paragraphLineHeight: 1.7em; /*------------------- Site Colors