From db5a52194eedde938c0bc876bc2e677daf12dc3f Mon Sep 17 00:00:00 2001 From: networkException Date: Thu, 10 Feb 2022 17:39:01 +0100 Subject: [PATCH] Style: Reduce font size from 1.2rem to 1.1rem --- public/style/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style/index.css b/public/style/index.css index c94e348..51d8981 100644 --- a/public/style/index.css +++ b/public/style/index.css @@ -7,7 +7,7 @@ body { background: #292D3E; font-family: 'JetBrainsMono Nerd Font', 'JetBrains Mono', monospace; - font-size: 1.2rem; + font-size: 1.1rem; } pre {