add align helpers
This commit is contained in:
parent
5229b236d7
commit
0e4dfb746f
@ -100,9 +100,15 @@
|
||||
.u-justifySpace {
|
||||
@include justify-content(space-between);
|
||||
}
|
||||
.u-alignTop {
|
||||
@include align-items(flex-start);
|
||||
}
|
||||
.u-alignCenter {
|
||||
@include align-items(center);
|
||||
}
|
||||
.u-alignBottom {
|
||||
@include align-items(flex-end);
|
||||
}
|
||||
|
||||
|
||||
/* Media queries*/
|
||||
|
Loading…
Reference in New Issue
Block a user