Sha256: 08a0dffba548cfc7e19e8d046aa41da0d4db6c501b860483dd7dd53404a5fa9f

Contents?: true

Size: 724 Bytes

Versions: 16

Compression:

Stored size: 724 Bytes

Contents

/* Main */

#main {
    background-image: url('images/dark-tl.svg'), url('images/dark-tr.svg'), url('images/dark-bl.svg'), url('images/dark-br.svg');
    background-position: top left, top right, bottom left, bottom right;
    background-repeat: no-repeat;
    background-size: $pattern-background-size;
    padding: 7em 0;

    > :last-child {
        margin-bottom: 0;
    }

    .sidebar {
        section {
            border-top: solid 1px _palette(border);
            margin: 3em 0 0 0;
            padding: 3em 0 0 0;

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

body.index #main {
    padding-top: 5em;
}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
jekyll-theme-twenty-0.1.16 _sass/layout/_main.scss
jekyll-theme-twenty-0.1.15 _sass/layout/_main.scss
jekyll-theme-twenty-0.1.14 _sass/layout/_main.scss
jekyll-theme-twenty-0.1.12 _sass/layout/_main.scss
jekyll-theme-twenty-0.1.11 _sass/layout/_main.scss
jekyll-theme-twenty-0.1.10 _sass/layout/_main.scss
jekyll-theme-twenty-0.1.9 _sass/layout/_main.scss
jekyll-theme-twenty-0.1.8 _sass/layout/_main.scss
jekyll-theme-twenty-0.1.7 _sass/layout/_main.scss
jekyll-theme-twenty-0.1.6 _sass/layout/_main.scss
jekyll-theme-twenty-0.1.5 _sass/layout/_main.scss
jekyll-theme-twenty-0.1.4 _sass/layout/_main.scss
jekyll-theme-twenty-0.1.3 _sass/layout/_main.scss
jekyll-theme-twenty-0.1.2 _sass/layout/_main.scss
jekyll-theme-twenty-0.1.1 _sass/layout/_main.scss
jekyll-theme-twenty-0.1.0 _sass/layout/_main.scss