From eefd5f0389f0b15cd70715e6ba5e0af54ec876c1 Mon Sep 17 00:00:00 2001 From: LDA Date: Tue, 10 Sep 2024 22:28:55 +0200 Subject: [PATCH] [MOD] Don't make the text so large --- src/Routes/Root.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Routes/Root.c b/src/Routes/Root.c index 410652a..e0e3e87 100644 --- a/src/Routes/Root.c +++ b/src/Routes/Root.c @@ -87,7 +87,6 @@ RouteHead(RouteRoot, arr, argp) P("#ascii {"); P("text-align: center;"); P("color: #be1337;"); - P("font-size: 4vw;"); P("}"); P("#ascii pre {"); P("display: inline-block;");