From 170c5f8b19afee2dde02cde0a87f1ac3905a27c5 Mon Sep 17 00:00:00 2001 From: James Dinh Date: Fri, 3 Jun 2022 22:49:56 -0700 Subject: [PATCH] Changed Map dimensions --- css/general.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/general.css b/css/general.css index 43b5cbf..dfb879d 100644 --- a/css/general.css +++ b/css/general.css @@ -980,7 +980,9 @@ section { } #map-article { -margin: 20px 100px; + margin: 20px auto 0; + width: 90%; + max-width: 1000px; } #map-title { @@ -1120,8 +1122,8 @@ margin: 20px 100px; #prizes-container { display: grid; - margin: 50px 50px 0; - width: auto; + margin: 50px auto 0; + width: 80%; height: 280px; justify-content: center; grid-template-columns: repeat(3, 1fr);