sass-site/source/assets/stylesheets/regions/_page.scss
₍˄ุ.͡˳̫.˄ุ₎ 5387c0a164 WIP
2013-10-11 16:06:20 -04:00

12 lines
292 B
SCSS

.page {
@include 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%;
}
}