0
Fork 0
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:
Andrey Antukh 2016-04-02 22:40:30 +03:00
parent b5155eebcf
commit 86e7ffc04a

View file

@ -35,6 +35,9 @@ $br-big: 8px;
flex-direction: column;
}
&.center {
justify-content: center;
}
}
&.half {