Sha256: 38d493cf61490f6117b13e653634909562933683517ac3721ca295858def9fd5

Contents?: true

Size: 641 Bytes

Versions: 5

Compression:

Stored size: 641 Bytes

Contents

.post {
    margin-top: 4em;
    width: 100%;
}

.post-title h1 {
    margin-bottom: 0;
}

.post-description {
    margin-bottom: 0.5em;
}

.post-date {
    color: $secondary-highlight;
    font-weight: bold;
    font-size: 14px;
}

.post-image {
    display: block;
    width: 70%;
    margin: 2em auto 0 auto;
    border-radius: 5px;
}

.post-category { 
    font-weight: bold;
    font-size: 14px;
    color: $primary-highlight;
    &:hover, &:focus {
        color: lighten($primary-highlight, 14%);
    }
}

.post-content img {
    max-width: 90%;
    max-height: 600px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arco-0.4.4 _sass/post.scss
arco-0.4.3 _sass/post.scss
arco-0.4.2 _sass/post.scss
arco-0.4.1 _sass/post.scss
arco-0.4.0 _sass/post.scss