mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 18:07:35 +01:00
12 lines
295 B
SCSS
12 lines
295 B
SCSS
.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%;
|
|
}
|
|
}
|