Sha256: d9baf9024e0782a61036283b217b08e23c32dd9e3036070b52d6474f6119c0f4

Contents?: true

Size: 567 Bytes

Versions: 5

Compression:

Stored size: 567 Bytes

Contents

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

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

.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;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arco-0.3.2 _sass/post.scss
arco-0.3.1 _sass/post.scss
arco-0.3.0 _sass/post.scss
arco-0.2.0 _sass/post.scss
arco-0.1.1 _sass/post.scss