Fix flex classes
This commit is contained in:
parent
36146497ec
commit
978ad16767
5 changed files with 13 additions and 10 deletions
|
|
@ -13,15 +13,20 @@
|
|||
.flex-col,
|
||||
.flex-col-reverse {
|
||||
flex-direction: column;
|
||||
flex-wrap: no-wrap;
|
||||
justify-content: center;
|
||||
flex-wrap: nowrap;
|
||||
--row-gap: var(--space-16);
|
||||
}
|
||||
|
||||
.flex-col-reverse {
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
|
||||
.justify-center {
|
||||
justify-content: center;
|
||||
}
|
||||
.items-center {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.order-first {
|
||||
order: -9999;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue