1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

Use combo of .row and .reverse to reverse direction

This commit is contained in:
nicholaswmin
2018-12-02 17:13:23 +02:00
parent 09f9cb2f5e
commit 1dcdcd016f
3 changed files with 5 additions and 761 deletions

View File

@@ -13,7 +13,7 @@
margin-right: calc(var(--grid-gutter) / -2);
}
.row-reverse {
.row.reverse {
flex-direction: row-reverse;
}