From e949c64007a79acc40e40a525879589201318da6 Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sun, 13 Feb 2022 19:08:25 -0600 Subject: [PATCH] changed sub text size to be legible --- static/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.css b/static/index.css index 37e853a..416a7a5 100644 --- a/static/index.css +++ b/static/index.css @@ -113,7 +113,7 @@ a:hover:after { } .subtext { - font-size: clamp(5px, 8px, 9px); + font-size: clamp(0.65em, 0.72em, 0.8em); } .footer > a {