mirror of https://github.com/tildeclub/site.git
fix column positioning on desktop
This commit is contained in:
parent
4f1c45ad98
commit
0b76049919
|
@ -1,7 +1,7 @@
|
||||||
/* {font-size:13pt;font-weight:normal;} */
|
/* {font-size:13pt;font-weight:normal;} */
|
||||||
|
|
||||||
@media (min-width: 30em) {
|
@media (min-width: 30em) {
|
||||||
.row { display: flex; flex-wrap: nowrap; }
|
.row { display: flex; flex-wrap: nowrap; flex-direction: row-reverse; }
|
||||||
.col { flex-grow: 1; }
|
.col { flex-grow: 1; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue