sass-site/source/assets/stylesheets/regions/_page.scss

12 lines
295 B
SCSS
Raw Normal View History

2013-10-09 12:30:53 +02:00
.page {
@include transition-property(margin, padding, min-height, height);
@include at-breakpoint($tablet-large) {
margin: 0 auto #{-$sticky-contentinfo-height};
padding-bottom: $sticky-contentinfo-height;
min-height: 100%;
height: auto !important;
height: 100%;
}
}