Sha256: e05b9257c73f6b093c5a442e6e4b7e627d003312e29278df84bbf3cadb7a2a16

Contents?: true

Size: 467 Bytes

Versions: 4

Compression:

Stored size: 467 Bytes

Contents

//Home Page Heading
#homepage-heading {
    color: $brand-warning;
    font-size: 30pt;
    font-weight: normal;
    line-height: 1.25;
}

@media(max-width:991px){
    #homepage-heading {
        font-size: 26px;
    }
    p.sub-tag {
        width:95%;
    }
}

.homepage-shape {
    margin-bottom: -8px;
}

.homepage-image-jumbotron {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
linaro-jekyll-theme-0.4.7 _sass/core/homepage.scss
linaro-jekyll-theme-0.4.6 _sass/core/homepage.scss
linaro-jekyll-theme-0.4.5 _sass/core/homepage.scss
linaro-jekyll-theme-0.4.4 _sass/core/homepage.scss