mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 17:37:36 +01:00
17 lines
366 B
SCSS
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;
|
|
}
|