From b791a3761f54b5a00928bb170cbef9ff88d8b7bc Mon Sep 17 00:00:00 2001 From: "B. Keyport" <44744076+BKeyport@users.noreply.github.com> Date: Fri, 16 Sep 2022 23:56:01 -0700 Subject: [PATCH] uncaught breaking change - now caught --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 7959946c..e1823829 100644 --- a/css/main.css +++ b/css/main.css @@ -119,7 +119,7 @@ body { header { text-transform: uppercase; - font-size: var(--font-size-small); + font-size: var(--font-size-xsmall); font-family: var(--font-primary), Arial, Helvetica, sans-serif; font-weight: 400; border-bottom: 1px solid var(--color-text-dimmed);