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 {