Sha256: 641a813cb282cb77d099208e9eba116c8f4f983f80609ea9733327fc9032b8af

Contents?: true

Size: 624 Bytes

Versions: 2

Compression:

Stored size: 624 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: 2em;
  //
  // 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: 1.5rem;
  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.scss
jekyll-theme-hydejack-6.2.0 _sass/pooleparty/_posts.scss