Sha256: 58855eac73308ce83dc4fcb01dd861721c1a19252df73e3c27629c0c719eac3b

Contents?: true

Size: 404 Bytes

Versions: 6

Compression:

Stored size: 404 Bytes

Contents

.site-footer {
    @extend %padding-regular;
    display: inline-block;
    text-align: center;
    width: 100%;
    color: lighten($text-color, 24%);
    font-size: 0.9em;

    .footer-icons {
        ul {
            list-style: none;
            li {
                display: inline;
            }
            a:hover {
                color: darken($link-color, 15%);
            }
        }
    }
}

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
type-on-strap-1.3.0 _sass/includes/_footer.scss
type-on-strap-1.1.1 _sass/includes/_footer.scss
jekyll-theme-type-on-strap-6.0.0 _sass/includes/_footer.scss
jekyll-theme-type-on-strap-5.0.1 _sass/includes/_footer.scss
type-on-strap-1.0.1 _sass/includes/_footer.scss
type-on-strap-0.6.3 _sass/includes/_footer.scss