From b8b508f4614a0dacb5525a3ff0a1aa27176f3219 Mon Sep 17 00:00:00 2001 From: xangelo Date: Fri, 16 Jun 2023 10:11:38 -0400 Subject: [PATCH] make it a bit easiser to read text --- public/assets/css/game.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/assets/css/game.css b/public/assets/css/game.css index 45f9464..6b12ef8 100644 --- a/public/assets/css/game.css +++ b/public/assets/css/game.css @@ -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; -- 2.25.1