Update upload box example CSS

git-svn-id: file:///srv/svn/repo/marisa/trunk@57 d6811dac-2434-b64a-9ddc-f563ab233461
This commit is contained in:
dev 2022-01-18 06:03:06 +00:00
parent cc118407b3
commit 3b350820f1

View File

@ -37,10 +37,22 @@ h1 {
font-size: 4.0rem;
}
ul {
#uploads {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#uploads > ul {
list-style: none;
text-align: left;
display: inline-block;
padding: 0;
}
#uploads > button {
align-self: flex-end;
margin-right: 10%;
}
.dropzone {