spee.ch/client/scss/page-content/_page-content.scss
2018-08-13 18:08:00 -07:00

9 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;
};