/*
 Theme Name:   ÖAMM Customizations
 Theme URI:    https://wordpress.org/themes/twentyseventeen/
 Description:  Customizations for the ÖAMM theme
 Author:       C. Piber
 Template:     twentyseventeen
 Version:      1.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns
 Text Domain:  theme-oeamm
*/

body.blog:not(.has-sidebar) #primary .site-main {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 18px;
}

body.blog:not(.has-sidebar) #primary article {
    float: none;
    width: auto;
}

body.blog:not(.has-sidebar):not(.page-one-column) .page-header {
    float: none;
}

@media screen and (min-width: 48em) {
    body.blog:not(.has-sidebar) #primary .site-main {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width: 67em) {
    body.blog:not(.has-sidebar) #primary .site-main {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
