sass-site/source/assets/stylesheets/regions/_page.scss
₍˄ุ.͡˳̫.˄ุ₎ 519376731a layout fix
2013-10-12 17:54:15 -04:00

17 lines
366 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%;
}
}
.body {
@include padding-leader(2);
background: $color-background;
}