Sha256: 57bd4fee03fb8f00bc57d4b4f9a8243fd2503eb742f8656bc295a7180bb33a6b

Contents?: true

Size: 612 Bytes

Versions: 2

Compression:

Stored size: 612 Bytes

Contents

.content {
    box-sizing: border-box;
    padding-top: $space-l1;
    padding-bottom: $space-l1 + $space-l3;
}

img[title="banner"] {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: $space-l1;
}

h2:not(:first-child) {
    margin-top: $space-l1;
}


@media screen and (min-width: $screen-md) {
    .content {
        padding-top: $space-l2;
        padding-bottom: $space-l3;
    }

    img[title="banner"] {
        margin-bottom: $space-l3;
    }

    h2:not(:first-child) {
        margin-top: $space-l3;
    }

    h3:not(:first-child) {
        margin-top: $space-l1;
    }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ovh-jekyll-doc-theme-0.2.5 _sass/components/_content.scss
ovh-jekyll-doc-theme-0.2.4 _sass/components/_content.scss