Fix alignment
This commit is contained in:
parent
eb2af6ecad
commit
b5fbd2b00d
@ -9,8 +9,8 @@ main {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-flow: wrap;
|
flex-flow: wrap;
|
||||||
min-width: 500px;
|
min-width: 500px;
|
||||||
max-width: 90vw;
|
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
margin: 0 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
@ -19,4 +19,5 @@ section {
|
|||||||
|
|
||||||
.upload {
|
.upload {
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
}
|
text-align: center;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user