From 6367512a150080aa56eec5ddbe40548d068eb30f Mon Sep 17 00:00:00 2001 From: sakuramipha <86921268+sakuramipha@users.noreply.github.com> Date: Sun, 19 Mar 2023 16:15:17 +0000 Subject: [PATCH] Edit entry header font size --- site/assets/scss/citra-theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/assets/scss/citra-theme.scss b/site/assets/scss/citra-theme.scss index 381991f..49b2d27 100644 --- a/site/assets/scss/citra-theme.scss +++ b/site/assets/scss/citra-theme.scss @@ -281,7 +281,7 @@ tbody td { left: 0; } .entry-embed > header > h1 { - font-size: 48px; + font-size: 46px; color: #FF8E03; background-color: #fff; margin: 0px !important;