From 85be10c36327dc2c960ecd8e0b29519f25a89595 Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Fri, 18 Jul 2025 10:27:42 -0400 Subject: [PATCH] shrink font size a little --- wwwroot/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index 8fbc754..9801d54 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -144,7 +144,7 @@ textarea { margin: 0; resize: none; color: var(--text-primary); - font-size: 16px; + font-size: 14px; font-family: Consolas, 'Courier New', monospace; outline: none; position: absolute;