From: xangelo Date: Fri, 30 Jun 2023 19:44:32 +0000 (-0400) Subject: fix margins on map X-Git-Tag: v0.0.1~12 X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=af0a3787cd543dcc480e9a020e74f4ec6722e4ba;p=risinglegends.git fix margins on map --- diff --git a/public/assets/css/game.css b/public/assets/css/game.css index 74a669f..16b8985 100644 --- a/public/assets/css/game.css +++ b/public/assets/css/game.css @@ -237,8 +237,8 @@ nav a.active { #map { width: 75%; - margin: 2rem auto 1rem; - padding: 1rem 2rem 2rem; + margin: 0rem auto 1rem; + padding: 3rem 2rem 2rem; line-height: 1.3rem; background: linear-gradient(to bottom, rgba(255,255,255, 0) 0%, rgba(255, 255, 255, 0.5) 30%); }