Bottom aligned columns variant

This commit is contained in:
Michael Lange 2020-05-08 17:30:02 -07:00
parent ef4e7ad401
commit fd27e83ba5

View file

@ -10,4 +10,8 @@
flex-grow: 0; flex-grow: 0;
} }
} }
&.is-bottom-aligned {
align-items: flex-end;
}
} }