Fix alignment

This commit is contained in:
Nick Playfair 2021-03-06 21:30:44 +00:00
parent eb2af6ecad
commit b5fbd2b00d

View File

@ -9,8 +9,8 @@ main {
flex-direction: row;
flex-flow: wrap;
min-width: 500px;
max-width: 90vw;
justify-content: space-between;
margin: 0 1rem;
}
section {
@ -19,4 +19,5 @@ section {
.upload {
flex-basis: 100%;
text-align: center;
}