Sha256: c97b8ccd469fd667d8f55149262bd41410910f32e4cd8e73e3816aaf80517014

Contents?: true

Size: 639 Bytes

Versions: 3

Compression:

Stored size: 639 Bytes

Contents

.profile {

    .avatar {
        border-radius: 100%;
        border: 5px solid white;
        width: 10em;
        height: 10em;
        background: no-repeat center center;
        @include background-cover;
        margin: -8em auto 0;
        box-shadow: 0 1.5px 3px 0 rgba(0,0,0,.15), 0 1.5px 3px 0 rgba(0,0,0,.15);
        background-color: rgba(243,246,248,.94);
        box-sizing: content-box;
    }

    .site-heading {
        h1 {
            font-size: 2em !important;
        }

        @media only screen and (min-width: 768px) {
            h1 {
                font-size: 2.5em !important;
            }
        }
    }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
clean-blog-jekyll-theme-0.2.4 _sass/_profile.scss
clean-blog-jekyll-theme-0.2.3 _sass/_profile.scss
clean-blog-jekyll-theme-0.2.2 _sass/_profile.scss