From e8e39f370b415c3d7cb98d53694f3e8fba8b3bec Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Wed, 19 Mar 2025 15:58:16 +0100 Subject: [PATCH] reduce font size --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index fdccc6b..b17f8c1 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ body { color: rgb(55, 53, 47); font-family: menlo,consolas,monospace; line-height: 24px; - font-size: 16px; + font-size: 14px; margin-left: 7%; margin-right: 7%; margin-top: 10px;