fix: mobile responsiveness

This commit is contained in:
filippofinke 2022-02-17 23:25:29 +01:00
parent 007c100b33
commit 34b20c1c65

View File

@ -51,4 +51,11 @@
.upload-files.closed .card-title {
font-size: 0.7em;
padding: 0.5em 1em;
}
}
@media (max-width: 450px) {
.upload-files .card.floating {
max-width: 100%;
width: 100%;
}
}