mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
Add .center helper class as friend of .row-flex
This commit is contained in:
parent
b5155eebcf
commit
86e7ffc04a
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ $br-big: 8px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.center {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.half {
|
&.half {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue