17 lines
366 B
SCSS
Raw Normal View History

2013-10-09 06:30:53 -04:00
.page {
@include transition-property(margin, padding, min-height, height);
2013-10-11 16:06:20 -04:00
@include breakpoint($tablet-large) {
2013-10-09 06:30:53 -04:00
margin: 0 auto #{-$sticky-contentinfo-height};
padding-bottom: $sticky-contentinfo-height;
min-height: 100%;
height: auto !important;
height: 100%;
}
}
2013-10-12 17:54:15 -04:00
.body {
@include padding-leader(2);
background: $color-background;
}