Sha256: 0f8886a0ee491822e811395bb3ecd033d31c42008016f683d8ff61037dc75624
Contents?: true
Size: 793 Bytes
Versions: 1
Compression:
Stored size: 793 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. .post { margin: 2em 0 4em; ul{ padding-left: 2rem; } li + li { margin-top: .25rem; } p{ text-align: left; } header{ h1{ padding: 0; margin: 2.5rem 0 1rem; } .info{ display: flex; justify-content: space-between; } .min-head{ font-weight: 500; } } .image{ text-align: center; margin: 1.2rem 0; img{ margin: .9rem 0; } figcaption{ color: var(--primary-color); font-size: .95rem; } } } // Related posts .container.related { max-width: 50rem; padding: 0; margin-bottom: 2rem; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
another-theme-0.0.1 | _sass/another/_posts.scss |