fix column positioning on desktop

This commit is contained in:
kittenmilk 2020-03-09 10:14:36 -05:00 committed by GitHub
parent 4f1c45ad98
commit 0b76049919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* {font-size:13pt;font-weight:normal;} */
@media (min-width: 30em) {
.row { display: flex; flex-wrap: nowrap; }
.row { display: flex; flex-wrap: nowrap; flex-direction: row-reverse; }
.col { flex-grow: 1; }
}