Change spacing

This commit is contained in:
James Dinh 2022-06-01 11:43:22 -07:00
parent 1a560f6467
commit 8a45d25b6f
3 changed files with 2 additions and 3 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -682,9 +682,9 @@ input[data-description="5"]:checked ~ #timeline-descriptions-wrapper div[data-de
#prizes-container { #prizes-container {
display: grid; display: grid;
margin: 20px 20px 0; margin: 50px 20px 0;
width: auto; width: auto;
height: 300px; height: 280px;
justify-content: center; justify-content: center;
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr);
} }
@ -692,7 +692,6 @@ input[data-description="5"]:checked ~ #timeline-descriptions-wrapper div[data-de
.podium-description { .podium-description {
width: 100%; width: 100%;
height: auto; height: auto;
justify-content: center;
display: flex; display: flex;
flex-flow: column nowrap; flex-flow: column nowrap;

BIN
img/.DS_Store vendored

Binary file not shown.