spee.ch/client/scss/_page-content.scss
2018-11-10 14:59:53 -05:00

10 lines
216 B
SCSS

.page-content {
margin: $primary-padding;
// fill the parent flex container
flex: 1 0 auto;
// be a flex container for children
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
};