From 6afcd2fbbb3b10b5e3d9db2f338c6a9a404d775c Mon Sep 17 00:00:00 2001 From: welpo Date: Fri, 17 Feb 2023 00:10:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=B1=20improvement:=20responsive=20inli?= =?UTF-8?q?ne=20code=20font=20size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_code.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/parts/_code.scss b/sass/parts/_code.scss index 1dedcaf..b9ac97e 100644 --- a/sass/parts/_code.scss +++ b/sass/parts/_code.scss @@ -3,7 +3,7 @@ code { padding: 0.1em 0.2em; font-family: var(--code-font); font-weight: 350; - font-size: 22px; + font-size: 0.92em; } pre {