From 37f71c48d1b1e4636e7a07bb6398f6829fa91de8 Mon Sep 17 00:00:00 2001 From: Daniel Valentine Date: Wed, 8 Feb 2023 00:33:31 -0700 Subject: [PATCH] Reduce size of instance info button in footer. --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 8ef596a..daee889 100644 --- a/static/style.css +++ b/static/style.css @@ -302,7 +302,7 @@ body > footer { color: var(--text); cursor: pointer; display: inline-flex; - font-size: 300%; + font-size: 150%; padding: 0.5em; }