Sha256: 54dd774ede200fe378f020c0b734622c95b976a592bd282d4aaa866622359915

Contents?: true

Size: 493 Bytes

Versions: 2

Compression:

Stored size: 493 Bytes

Contents

// Links
.bw-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    a {
        text-align: center;
        display: inline-block;
        text-decoration: none;
        margin: $spacing-unit;
    }
}

// Social
.bw-social {
    margin: $spacing-unit 0pt;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    a {
        flex: 1;
        text-align: center;
        font-size: $back-icon-size;
    }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-backwhite-2.1.1 _sass/jekyll-theme-backwhite/_links.scss
jekyll-theme-backwhite-2.1.0 _sass/jekyll-theme-backwhite/_links.scss