From 3904ee18cb2745f2d335611e7beaee5082a6524f Mon Sep 17 00:00:00 2001 From: Andrew Simonson Date: Sat, 30 Dec 2023 12:36:53 -0500 Subject: [PATCH] Improved Style Dynamics --- src/static/css/App.css | 4 +--- src/static/css/hotspots.css | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/static/css/App.css b/src/static/css/App.css index 7c9aa0b..e7725e8 100644 --- a/src/static/css/App.css +++ b/src/static/css/App.css @@ -165,11 +165,9 @@ a { .navElement { border: solid black .2rem; - width: 25vw; text-align: center; - font-size: 1.2rem; - font-size: 1rem; background-color: rgba(139, 36, 36, 0.5); + flex-grow: 1; } .navElement:hover { diff --git a/src/static/css/hotspots.css b/src/static/css/hotspots.css index d27d814..f6f7ed7 100644 --- a/src/static/css/hotspots.css +++ b/src/static/css/hotspots.css @@ -29,6 +29,7 @@ html, body, #map { color: #eee; background-color: rgba(44, 44, 44, .8); padding: 1em; + border-radius: 1em; } #legendOccGrad {