From b9e9db4bc2de30fb43cb6f1ba50c6e179e72d715 Mon Sep 17 00:00:00 2001 From: Mike Simpson Date: Tue, 25 Jul 2023 17:06:38 +0100 Subject: [PATCH] Tweak key text size #1212 --- app/src/frontend/map/legend.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/map/legend.css b/app/src/frontend/map/legend.css index 2b95cfbe..e412cace 100644 --- a/app/src/frontend/map/legend.css +++ b/app/src/frontend/map/legend.css @@ -57,7 +57,7 @@ padding: 0.5rem 0.25rem; margin: 0.25rem 0.5rem; width: auto; - font-size: 18px; + font-size: 17px; border: 1px solid; border-radius: 4px; }