From cdc94d551d685f709e31af111b3b6400dc1b4753 Mon Sep 17 00:00:00 2001 From: speatzle Date: Thu, 30 May 2024 00:04:32 +0200 Subject: [PATCH] adjust font size --- static/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style/style.css b/static/style/style.css index 42c3ec2..63cb763 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -4,7 +4,7 @@ :root { font-family: monospace; - font-size: 16px; + font-size: 12px; overflow-y: auto; }