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

13 lines
228 B
SCSS
Raw Normal View History

2018-06-03 05:58:54 +02:00
.page-layout {
flex: 1 0 auto;
display: flex;
flex-direction: column;
2018-06-09 02:23:11 +02:00
.content {
flex: 1 0 auto;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
margin: $primary-padding;
}
2018-06-03 05:58:54 +02:00
}