]> Kevux Git Server - kevux.org-website/commitdiff
Update: The code style should flow more naturally.
authorKevin Day <thekevinday@gmail.com>
Mon, 1 Jan 2024 16:58:05 +0000 (10:58 -0600)
committerKevin Day <thekevinday@gmail.com>
Mon, 1 Jan 2024 16:58:05 +0000 (10:58 -0600)
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

index 9586ff993847f4d4bc1684a0f6b48c4a0bf32105..2cdb8aa49ff48e0963131ad105202809dd6bd3d1 100644 (file)
   box-sizing: border-box;
 
   font-family: monospace;
+  font-size: 1.1rem;
 
   color: #724801;
 }