Changed Map dimensions

This commit is contained in:
James Dinh 2022-06-03 22:49:56 -07:00
parent 5a1913d8d7
commit 170c5f8b19

View File

@ -980,7 +980,9 @@ section {
} }
#map-article { #map-article {
margin: 20px 100px; margin: 20px auto 0;
width: 90%;
max-width: 1000px;
} }
#map-title { #map-title {
@ -1120,8 +1122,8 @@ margin: 20px 100px;
#prizes-container { #prizes-container {
display: grid; display: grid;
margin: 50px 50px 0; margin: 50px auto 0;
width: auto; width: 80%;
height: 280px; height: 280px;
justify-content: center; justify-content: center;
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr);