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

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; }
}