spee.ch/client/scss/components/_page-layout.scss

13 lines
228 B
SCSS
Raw Normal View History

2018-06-02 20:58:54 -07:00
.page-layout {
flex: 1 0 auto;
display: flex;
flex-direction: column;
2018-06-08 17:23:11 -07:00
.content {
flex: 1 0 auto;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
margin: $primary-padding;
}
2018-06-02 20:58:54 -07:00
}