Sha256: 1db70cf53d40fe62705bb33df73a780fc7d8645227858020dc1aecfe7b7a23ad

Contents?: true

Size: 435 Bytes

Versions: 1

Compression:

Stored size: 435 Bytes

Contents

.profile {
    position: relative;

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
clean-blog-jekyll-theme-0.2.0 _sass/_profile.scss