From: Kevin Day Date: Mon, 1 Jan 2024 16:58:05 +0000 (-0600) Subject: Update: The code style should flow more naturally. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=96da79046d0b64e2a8248344208bed77bfa076e9;p=kevux.org-website 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. --- 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; }