Sha256: d7a4ff4bb1f79b94cde027b148a2ef3f9efa09a8c396dc694ea2ba93bf32a99d

Contents?: true

Size: 359 Bytes

Versions: 4

Compression:

Stored size: 359 Bytes

Contents

// Masthead
//
// Super small header above the content for site name and short description.

.masthead {
  padding-top:    1rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.masthead-title {
  margin-top: 0;
  margin-bottom: 0;
  color: $gray-4;

  a {
    color: inherit;
  }

  small {
    font-size: 75%;
    font-weight: 400;
    opacity: .5;
  }
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
poole-for-jekyll-3.0.0 _sass/_masthead.scss
jekyll-theme-poole-2.1.0 _sass/_masthead.scss
jekyll-theme-poole-2.0.1 _sass/_masthead.scss
jekyll-theme-poole-2.0 _sass/_masthead.scss