make it a bit easiser to read text
authorxangelo <git@xangelo.ca>
Fri, 16 Jun 2023 14:11:38 +0000 (10:11 -0400)
committerxangelo <git@xangelo.ca>
Fri, 16 Jun 2023 14:11:38 +0000 (10:11 -0400)
public/assets/css/game.css

index 45f946470d36635082148bdd815f3f9504102840..6b12ef825b7a485a0ca9c18b25f8782ccb7131ef 100644 (file)
@@ -226,8 +226,10 @@ nav a.active {
 
 #map {
   width: 75%;
-  margin: 1rem auto 2rem;
+  margin: 2rem auto 1rem;
+  padding: 1rem 2rem 2rem;
   line-height: 1.3rem;
+  background: linear-gradient(to bottom, rgba(255,255,255, 0) 0%, rgba(255, 255, 255, 0.5) 30%);
 }
 .city-details {
   display: flex;