From 5a5bd88f276ea450b7e3d50539c65c30cff332c0 Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sun, 13 Feb 2022 19:05:54 -0600 Subject: [PATCH] adjusted footer text size --- static/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.css b/static/index.css index 14779c9..37e853a 100644 --- a/static/index.css +++ b/static/index.css @@ -113,7 +113,7 @@ a:hover:after { } .subtext { - font-size: clamp(5px, 0.10em, 7px); + font-size: clamp(5px, 8px, 9px); } .footer > a {