Sha256: 04b1a82a919209d2edffaa8cb7580361da840236fa86b2454b1f851405faff7b

Contents?: true

Size: 756 Bytes

Versions: 5

Compression:

Stored size: 756 Bytes

Contents

// Styling for the post page
.post-preview {
  > a {
    color: $gray-dark;
    &:focus,
    &:hover {
      text-decoration: none;
      color: $theme-primary;
    }
    > .post-title {
      font-size: 30px;
      margin-top: 30px;
      margin-bottom: 10px;
    }
    > .post-subtitle {
      font-weight: 300;
      margin: 0 0 10px;
    }
  }
  > .post-meta {
    font-size: 18px;
    font-style: italic;
    margin-top: 0;
    color: $gray-light;
    > a {
      text-decoration: none;
      color: $gray-dark;
      &:focus,
      &:hover {
        text-decoration: underline;
        color: $theme-primary;
      }
    }
  }
  @media only screen and (min-width: 768px) {
    > a {
      > .post-title {
        font-size: 36px;
      }
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
clean-blog-jekyll-theme-0.2.4 _sass/_post.scss
clean-blog-jekyll-theme-0.2.3 _sass/_post.scss
clean-blog-jekyll-theme-0.2.2 _sass/_post.scss
clean-blog-jekyll-theme-0.2.0 _sass/_post.scss
clean-blog-jekyll-theme-0.1.0 _sass/_post.scss