1 @mixin content-container-layout {
6 //-----------------------------------------------------------------------
8 //-----------------------------------------------------------------------
13 @include box-sizing(border-box);
25 max-width: $site-max-width;
26 @include content-container-layout();
31 margin: $main-content-top-margin 0;
40 footer[role="contentinfo"] {
45 @media only screen and (max-width: $break-small) {
50 @include content-container-layout();
53 margin: $main-content-top-margin / 2 0;
56 footer[role="contentinfo"] {
57 padding: $main-content-top-margin / 2 $main-content-top-margin - 10;
62 @media only screen and (min-width: $break-small + 1) and (max-width: $break-large) {
68 @media only screen and (min-width: $break-large) {