From 770a324753bf32a981a869d7d306db505b53b3b7 Mon Sep 17 00:00:00 2001 From: Damian Myrda Date: Wed, 18 Sep 2024 22:47:39 -0500 Subject: [PATCH] Change font size --- static/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/main.css b/static/main.css index 388220c..a59fb67 100644 --- a/static/main.css +++ b/static/main.css @@ -2,7 +2,7 @@ color: white; background-color: transparent; font-family: monospace; - font-size: 18px; + font-size: 16px; } html, body { -- 2.43.4