From f518ff3caa64df4ed0376776e42b446bf6b20132 Mon Sep 17 00:00:00 2001
From: Patrick Marsceill <pmarsceill@users.noreply.github.com>
Date: Mon, 14 Sep 2020 11:19:56 -0400
Subject: [PATCH] Update _sass/support/_variables.scss

Co-authored-by: Kevin Lin <kevinl@cs.uw.edu>
---
 _sass/support/_variables.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_sass/support/_variables.scss b/_sass/support/_variables.scss
index a185e5e9..3ab3f05e 100644
--- a/_sass/support/_variables.scss
+++ b/_sass/support/_variables.scss
@@ -19,7 +19,7 @@ $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-4: 15px !default;
+$font-size-4: 14px !default;
 $font-size-5: 16px !default; //h3
 $font-size-6: 18px !default; //h2
 $font-size-7: 24px !default;
-- 
GitLab