Sha256: e1918de9de1b99eba98a299c47c9ac4c24683fc1a24e3c164c092c143bd8525c

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 KB

Contents

/* ==========================================================================
   PAGE
   ========================================================================== */

.page {
  margin-bottom: 2em;
  float: none;
  margin: 0 auto;
  padding: 0;
  max-width: $max-width;
  @include breakpoint($small) {
    padding: 0 0.75rem;
  }
}

.page__subtitle {
  margin-top: 0;
  margin-bottom: 2em;
  color: $gray;
}

.page__share {
  padding: 1em 0;
}

.page__item-title {
  margin-bottom: 0.25em;
  font-family: $global-font-family;
  a {
    border-bottom: solid 1.5px $theme-color;
    color: $entry-link-color;
    &:hover { color: $entry-link-color-hover; }
  }
}

.page__title {
  margin-top: 0;
  line-height: 1;
  font-size: $type-size-1;
  margin-bottom: 0;
  color: $theme-color;

  & + .page__meta {
    margin-top: -0.5em;
  }
}

.page__meta {
  margin: 0 0 4px;
  color: mix(#fff, $gray, 25%);
  font-size: $type-size-5;
  p {
    margin: 0;
  }

  a {
    color: inherit;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sparrow-jekyll-theme-0.1.0 _sass/_page.scss