spee.ch/client/scss/components/_vertical-split.scss

8 lines
163 B
SCSS
Raw Normal View History

2018-06-09 02:23:11 +02:00
.vertical-split {
flex : 1 0 auto;
display : flex;
flex-direction : column;
justify-content: space-between;
align-items : center;
};