Sha256: 1eb5985399aac8acd7651f6c7b579f2521b827c74ce215c5a678f812eef00d24
Contents?: true
Size: 1.62 KB
Versions: 3
Compression:
Stored size: 1.62 KB
Contents
figure, pre { margin: 0 0 $leading-height 0; } $main-width: columns-width(4); html, body { max-width: 100%; overflow-x: hidden; } div#grid { margin: 0 auto; padding: ($leading-height * 2) 0; width: $main-width; } @media screen and (max-width: $main-width + $gutter-width * 2) { body { padding-left: $gutter-width; padding-right: $gutter-width; } div#grid { width: 100%; } } header[role=banner] { text-align: center; margin-bottom: $leading-height * 2; } header[role=banner] h1 a { text-decoration: inherit; color: inherit; } header[role=banner] nav { width: 100%; } header[role=banner] nav ul { display: flex; flex-direction: row; margin: 0; } header[role=banner] nav ul li { list-style: none; flex-grow: 1; text-align: center; } header[role=banner] nav ul li a { display: block; } section#posts article { margin-bottom: $leading-height * 3; } section#post header h1 { margin-bottom: 0; } section#post header { margin-bottom: $leading-height; } section#archive > ul { margin-left: 0; list-style: outside none none; margin-bottom: $leading-height * 3; } article header time, h2.post-date { line-height: $line-height; margin-bottom: $leading-height; display: block; } blockquote, pre { margin-left: $indent-width; } hr { border-top: 1px double #aaa; border-bottom: none; border-left: none; border-right: none; margin-bottom: $leading-height - 1; } sup { vertical-align: super; line-height: 0; } section hr { display: none; } article hr { display: block; } article img { vertical-align: middle; } article img, article video { max-width: 100%; }
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
cyclist-jekyll-0.10.0 | _sass/layout.scss |
cyclist-0.9.0 | _sass/layout.scss |
cyclist-0.8.0 | _sass/layout.scss |