Newer
Older
/*
Styling for the main section of the HTML body
*/
main {
@include width-full-viewport;
section {
position: relative;
padding-left: $document-side-margin;
padding-right: $document-side-margin;
padding-top: $section-top-padding;
padding-bottom: $section-bottom-padding;
img {
max-width: 100%;
}
}
}