Sha256: 26271e8d5b19fbfb542009aaeb54b84f50c763e1642d0c0a4e7659c6b416598a

Contents?: true

Size: 808 Bytes

Versions: 7

Compression:

Stored size: 808 Bytes

Contents

#footer {
    @include breakpoint('<=small') {
        z-index: 0;
        position: relative;
        bottom: 0;
        right: 0;
        width: 100vw;
        margin: 0;
        padding: 2em;
        @include vendor('display', 'flex');
        @include vendor('justify-content', 'space-between');
        @include vendor('flex-direction', 'column');
        text-align: center;

        .copyright {
            display: block;
            margin: 0;
            padding: 0;
            width: 100%;
            text-align: center;
            
            li {
                display: block;
                margin: 0.75em 0 0 0;
                padding: 0;
                border: 0;

                &:first-child {
                    margin-top: 0;
                }
            }
        }
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-ethereal-0.5.6 _sass/small/layout/_footer.scss
jekyll-theme-ethereal-0.5.5 _sass/small/layout/_footer.scss
jekyll-theme-ethereal-0.5.4 _sass/small/layout/_footer.scss
jekyll-theme-ethereal-0.5.3 _sass/small/layout/_footer.scss
jekyll-theme-ethereal-0.5.2 _sass/small/layout/_footer.scss
jekyll-theme-ethereal-0.5.1 _sass/small/layout/_footer.scss
jekyll-theme-ethereal-0.5.0 _sass/small/layout/_footer.scss