From aea3b82567dd60f976adff9f5bc8baa88b8f74d8 Mon Sep 17 00:00:00 2001 From: sa6anw Date: Tue, 6 May 2025 09:14:16 +0000 Subject: [PATCH] Fix --- docs/stylesheets/extra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index f13051f..a17c0e8 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -9,7 +9,7 @@ .ascii-wrapper pre { width: 100%; - font-size: clamp(0.4rem, 1.5cqw, 0.75rem); + font-size: clamp(0.3rem, 1.5cqw, 0.75rem); line-height: 1.2; margin: 0; white-space: pre;