Sha256: 4c3dc477e8ef81248f67bcde74c27d6fe18dabc082f8870797a5f414752da392

Contents?: true

Size: 874 Bytes

Versions: 3

Compression:

Stored size: 874 Bytes

Contents

// -----------------------------------------------------------------------------
// This file contains styles that are specific to the posts.
// -----------------------------------------------------------------------------



/**
 * Posts
 */
.post-header {
    margin-bottom: $spacing-unit;
}

.post-title {
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 1;

    @include media-query($on-laptop) {
        font-size: 42px;
    }
}

.post-content {
    margin-bottom: $spacing-unit;

    h2 {
        font-size: 28px;

        @include media-query($on-laptop) {
            font-size: 32px;
        }
    }

    h3 {
        font-size: 22px;

        @include media-query($on-laptop) {
            font-size: 26px;
        }
    }

    h4 {
        font-size: 18px;

        @include media-query($on-laptop) {
            font-size: 20px;
        }
    }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
writers-zone-0.2.1 _sass/pages/_posts.scss
writers-zone-0.2.0 _sass/pages/_posts.scss
writers-zone-0.1.5 _sass/pages/_posts.scss