Sha256: fcfd9fed2b8fae9bb7cb177bc59cb4d42164c1e644160fbf3dae64eadfbd73dc

Contents?: true

Size: 615 Bytes

Versions: 2

Compression:

Stored size: 615 Bytes

Contents

// Posts and pages
//
// Each post is wrapped in `.post` and is used on default and post layouts. Each
// page is wrapped in `.page` and is only used on the page layout.

.page, .post {
  margin-bottom: 3em;

  li + li {
    margin-top: .25rem;
  }
}

// Blog post or page title
.page-title, .post-title {
  margin-top: 0;
}

// Meta data line below post title
.post-date {
  display: block;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  color: $gray;
}

// .dingbat::after {
//   content: "❖";
//   display: block;
//   text-align: center;
//   margin-top: 3rem;
//   font-size: 1.5rem;
//   color: #ddd;
// }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-6.3.0 _sass/pooleparty/_posts-inline.scss
jekyll-theme-hydejack-6.2.0 _sass/pooleparty/_posts-inline.scss