Sha256: 0830059501260533d5b7d2f61da012baca826e15f150b002698f8eacc510179d

Contents?: true

Size: 566 Bytes

Versions: 7

Compression:

Stored size: 566 Bytes

Contents

///
/// Ethereal by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///

/* Page Wrapper */

#page-wrapper {
    @include vendor('display', 'flex');
    @include vendor('align-items', 'center');
    @include vendor('justify-content', 'flex-start');
    @include vendor('flex-grow', '1');
    @include vendor('flex-shrink', '1');
    height: 100%;
    padding: 5rem;

    @include orientation(portrait) {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-ethereal-0.5.6 _sass/main/layout/_page-wrapper.scss
jekyll-theme-ethereal-0.5.5 _sass/main/layout/_page-wrapper.scss
jekyll-theme-ethereal-0.5.4 _sass/main/layout/_page-wrapper.scss
jekyll-theme-ethereal-0.5.3 _sass/main/layout/_page-wrapper.scss
jekyll-theme-ethereal-0.5.2 _sass/main/layout/_page-wrapper.scss
jekyll-theme-ethereal-0.5.1 _sass/main/layout/_page-wrapper.scss
jekyll-theme-ethereal-0.5.0 _sass/main/layout/_page-wrapper.scss