Add space-evenly option

This commit is contained in:
alonso.torres 2023-02-14 16:12:11 +01:00 committed by Alejandro Alonso
parent b3216000fd
commit 490f5f19f1
12 changed files with 155 additions and 48 deletions

View file

@ -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;