diff --git a/src/static/css/App.css b/src/static/css/App.css index 8c8c8fb..7c9aa0b 100644 --- a/src/static/css/App.css +++ b/src/static/css/App.css @@ -24,7 +24,6 @@ } html, body { - overflow-x: hidden; scroll-behavior: smooth; } @@ -275,8 +274,16 @@ a { padding: 3rem; display: inline-block; background-color: rgb(44, 44, 44, .75); + border-radius: 1em; border: solid black 4px; text-align: center; + text-shadow: .15em .15em rgba(255, 255, 255, 0.2); +} + +#HomeContent p { + text-shadow: none; + color: #a8a8a8; + margin: 0; } .flex { diff --git a/src/static/css/hotspots.css b/src/static/css/hotspots.css index 8dfd0a6..4ecae41 100644 --- a/src/static/css/hotspots.css +++ b/src/static/css/hotspots.css @@ -8,8 +8,8 @@ body { height: 100vh; } -html, body, #map { - height: 100%; +#map { + height: 100vh; width: 100vw; }