Sha256: e5071fdac46ddc5384ff9f951b80a097afeb31b339a4a47bc859e88f3d647134

Contents?: true

Size: 1.08 KB

Versions: 7

Compression:

Stored size: 1.08 KB

Contents

// Styling for the masthead
header.masthead {
  text-align: center;
  color: white;
  background-image: url("#{$header-image}");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
    .intro-lead-in {
      font-size: 22px;
      font-style: italic;
      line-height: 22px;
      margin-bottom: 25px;
      @include serif-font;
    }
    .intro-heading {
      font-size: 50px;
      font-weight: 700;
      line-height: 50px;
      margin-bottom: 25px;
      @include heading-font;
    }
  }
}
@media(min-width:768px) {
  header.masthead {
    .intro-text {
      padding-top: 300px;
      padding-bottom: 200px;
      .intro-lead-in {
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
        margin-bottom: 25px;
        @include serif-font;
      }
      .intro-heading {
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
        margin-bottom: 50px;
        @include heading-font;
      }
    }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-agency-1.1.0 _sass/layout/_masthead.scss
jekyll-agency-1.0.9 _sass/layout/_masthead.scss
jekyll-agency-1.0.8 _sass/layout/_masthead.scss
jekyll-agency-1.0.7 _sass/layout/_masthead.scss
jekyll-agency-1.0.6 _sass/layout/_masthead.scss
jekyll-agency-1.0.5 _sass/layout/_masthead.scss
jekyll-agency-1.0.4 _sass/layout/_masthead.scss