mirror of
https://github.com/tildeclub/site.git
synced 2026-03-10 05:50:17 +00:00
fix column positioning on desktop
This commit is contained in:
@@ -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; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user