sass-site/source/assets/css/regions/_page.scss
2018-10-23 15:06:39 -07:00

20 lines
381 B
SCSS

.page {
transition-property: margin, padding, min-height, height;
@include breakpoint($tablet-large) {
margin: 0 auto #{-$sticky-contentinfo-height};
padding-bottom: $sticky-contentinfo-height;
min-height: 100%;
height: auto !important;
height: 100%;
}
}
.body {
padding: {
top: 3rem;
bottom: 6rem;
};
background: $color-background;
}