Sha256: dab7172955355836502acc75d0f71a6c0f20f644685adbf086e872885643b71a

Contents?: true

Size: 1.06 KB

Versions: 7

Compression:

Stored size: 1.06 KB

Contents

@include breakpoint('<=small') {
    html {
        font-size: 12pt;
    }

    h1 {
        font-size: 2.25rem;
        line-height: 1.2;

        &.major {
            margin: 0 0 (_size(element-margin) * 1.75) 0;

            &:after {
                bottom: -1.325rem;
            }
        }
    }

    h2 {
        font-size: 1.5rem;
        line-height: 1.2;

        &.major {
            margin: 0 0 (_size(element-margin) * 1.325) 0;

            &:after {
                bottom: -1.2rem;
            }
        }
    }

    h3 {
        font-size: 1rem;

        &.major {
            margin: 0 0 (_size(element-margin) * 1.25) 0;

            &:after {
                bottom: -0.75rem;
            }
        }
    }

    h4 {
        font-size: 1rem;
    }

    h5 {
        font-size: 0.9rem;
    }

    h6 {
        font-size: 0.7rem;
    }

    h1, h2, h3, h4, h5, h6 {
        br {
            display: none;
        }
    }
}

@include breakpoint('<=xxsmall') {
    html {
        font-size: 11pt;
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

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