From 96da79046d0b64e2a8248344208bed77bfa076e9 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 1 Jan 2024 10:58:05 -0600 Subject: [PATCH] Update: The code style should flow more naturally. Browsers are displaying monospace fonts slightly larger than normal fonts. Change the code font-size to be slightly smaller than the standard to make the flow more natural. --- css/kevux.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/kevux.css b/css/kevux.css index 9586ff9..2cdb8aa 100644 --- a/css/kevux.css +++ b/css/kevux.css @@ -201,6 +201,7 @@ box-sizing: border-box; font-family: monospace; + font-size: 1.1rem; color: #724801; } -- 1.8.3.1