From e358b8d9148d2203b08ab6436090928cfc9a6065 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Mon, 20 Jul 2020 17:39:30 -0400 Subject: [PATCH] Update _variables.scss --- _sass/support/_variables.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_sass/support/_variables.scss b/_sass/support/_variables.scss index 35a64f7..d5df8fb 100644 --- a/_sass/support/_variables.scss +++ b/_sass/support/_variables.scss @@ -17,13 +17,13 @@ $body-heading-line-height: 1.25 !default; $font-size-1: 9px !default; $font-size-1-sm: 10px !default; -$font-size-2: 11px !default; //h4 - uppercased!, h6 not uppercased, text-small -$font-size-3: 12px !default; //h5 +$font-size-2: 11px !default; //h4 - uppercased!, h6 not uppercased, text-small +$font-size-3: 12px !default; //h5 $font-size-4: 15px !default; -$font-size-5: 16px !default; //h3 -$font-size-6: 18px !default; //h2 +$font-size-5: 16px !default; //h3 +$font-size-6: 18px !default; //h2 $font-size-7: 24px !default; -$font-size-8: 32px !default; //h1 +$font-size-8: 32px !default; //h1 $font-size-9: 36px !default; $font-size-10: 42px !default; $font-size-10-sm: 48px !default;