mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 15:08:33 +02:00
✨ Add space-evenly option
This commit is contained in:
parent
b3216000fd
commit
490f5f19f1
12 changed files with 155 additions and 48 deletions
|
@ -1644,6 +1644,7 @@
|
|||
font-family: "worksans", sans-serif;
|
||||
|
||||
&.justify-content,
|
||||
&.align-content,
|
||||
&.sizing {
|
||||
align-items: start;
|
||||
margin-top: 4px;
|
||||
|
@ -1658,7 +1659,8 @@
|
|||
gap: 5px;
|
||||
}
|
||||
|
||||
&.justify-content {
|
||||
&.justify-content,
|
||||
&.align-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue