mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05: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;
|
||||
}
|
||||
|
||||
&.center {
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
&.half {
|
||||
|
|
Loading…
Reference in a new issue