From 22bc701036894f98fba00db45d0580f2bcf500b6 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Mon, 9 Sep 2024 09:48:21 -0500 Subject: [PATCH] Reduce header title size --- common/common.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/common.scss b/common/common.scss index 25423df..b69c183 100644 --- a/common/common.scss +++ b/common/common.scss @@ -268,3 +268,8 @@ body.crawler { .static-login .custom-footer { margin-top: 3em; } + +// Reduce header title size +.extra-info-wrapper .header-title { + font-size: var(--font-up-1); +}