1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 09:23:13 +01:00

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

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 {