Skip to content
Snippets Groups Projects
_main.scss 418 B
Newer Older
Erxleben, Fredo's avatar
Erxleben, Fredo committed

/*
    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%;
        }
    }
}