From 070830139671d6a903700558edcb479221a3cbf8 Mon Sep 17 00:00:00 2001 From: "Tanner Collin (aider)" Date: Thu, 14 Aug 2025 21:53:53 +0000 Subject: [PATCH] style: Reduce submenu header font size --- mapper/src/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/mapper/src/App.css b/mapper/src/App.css index 79169e9..9e45eb0 100644 --- a/mapper/src/App.css +++ b/mapper/src/App.css @@ -60,6 +60,7 @@ h2 { .submenu h2 { color: white; + font-size: 1.1em; } .submenu-header {