Move file name to under file upload preview for smaller screens

This commit is contained in:
Brett Sun 2016-01-27 11:33:45 +01:00
parent 627b2f75fe
commit 215cc3b841
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,12 @@
text-align: center;
vertical-align: middle;
padding-top: 1.5em;
@media screen and (max-width: 625px) {
.file-name {
display: block;
}
}
}
.inactive-dropzone {