spee.ch/client/scss/components/_page-content.scss
2018-06-02 20:58:54 -07:00

9 lines
203 B
SCSS

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