Sha256: 0f748772205d5c4c4914eb6bb1adbac041ef42cca9ff4ccad7de44a70a2fa745

Contents?: true

Size: 552 Bytes

Versions: 3

Compression:

Stored size: 552 Bytes

Contents

.post-view {
  
  &__image {
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;

    > img {
      display: block;
      width: 100%;
    }
  }
  
  &__header {
    text-align: center;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 20px;

    h1 {
      border-bottom: none;
      padding-bottom: 0px;
      margin-bottom: 5px;
    }
  }
  
  &__info {
    margin-bottom: 10px;
    font-size: 12px;
    color: #333;
  }

  &__body {
    margin-bottom: 20px;
  }

}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
panthera-jekyll-1.4.2 _sass/includes/posts/view.scss
panthera-jekyll-1.4.1 _sass/includes/posts/view.scss
panthera-jekyll-1.4.0 _sass/includes/posts/view.scss