Sha256: 71ecec13f1e1fffbceac3621fb111285ed170a119ee615d9d65bd5410749d5e3

Contents?: true

Size: 594 Bytes

Versions: 2

Compression:

Stored size: 594 Bytes

Contents

.page-header {
  background-color: $color--primary;
  color: $color--primary-lt;
  padding: calc(3 * #{$global--spacing-vertical}) calc(2 * #{$global--spacing-horizontal});
  text-align: center;

  a {
    color: $color--primary-lt;
  }

  .project-name {
    font-size: 2.5rem;
    margin-bottom: calc(1.15 * #{$global--spacing-vertical});
    
    a {
      text-decoration: none;
    }
  }

  .project-tagline {
    font-weight: 400;
    margin-bottom: calc(1.25 * #{$global--spacing-vertical});
  }

  > *:first-child {
    margin-top: 0;
  }

  > *:last-child {
    margin-bottom: 0;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-docs-template-0.1.1 _sass/header.scss
jekyll-docs-template-0.1.0 _sass/header.scss