Sha256: 4a937cc095f4faebece024d299f445f1169c5bfa3c87646fc64733d463bddb77
Contents?: true
Size: 692 Bytes
Versions: 8
Compression:
Stored size: 692 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. // <<<<< INLINE .page { margin-bottom: 3em; li + li { margin-top: .25rem; } > header { margin-bottom: 2rem; } } // 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; } // >>>>> // <<<<< LINK hr.dingbat { border: 0; } hr.dingbat::after { content: "\2756"; // ❖ display: block; text-align: center; font-size: 1.5rem; color: #ddd; } // >>>>>
Version data entries
8 entries across 8 versions & 1 rubygems