1
0
Fork 0

Whoops, fix columns on mobile

This commit is contained in:
Ryan Fox 2021-03-07 02:56:18 +00:00
parent 325a698ebe
commit b393666593
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 1 additions and 1 deletions

View File

@ -693,7 +693,7 @@ input.form-control[type=file] {
}
/* Shrink draft column */
@media only screen and (max-width: 1720px) {
@media only screen and (min-width: 992px) and (max-width: 1720px) {
.draft .current-user {
margin-bottom: 10px;
}