X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/b30dc629467c86b0eb89a8276443e5f51d96dab7..8188bfc6cd9c651521d47ae5250c9c26b8039496:/prawokultury/static/css/entry.scss diff --git a/prawokultury/static/css/entry.scss b/prawokultury/static/css/entry.scss index e8ddda8..041346d 100644 --- a/prawokultury/static/css/entry.scss +++ b/prawokultury/static/css/entry.scss @@ -14,11 +14,12 @@ .entry-wrapped { margin-left: 8em; + line-height: 1.8em; h1, h2 { margin: 0; color: #ed7f00; - font-size: 1.3em; + font-size: 1.4em; a { color: #01519a; @@ -30,7 +31,7 @@ } .entry-data { - font-size: 1.3em; + font-size: 1.4em; margin-top: 1.4em; margin-bottom: 1.4em; .date { @@ -48,11 +49,11 @@ } .lead { - font-size: 1.3em; + font-size: 1.4em; } .body { - font-size: 1.3em; + font-size: 1.4em; } blockquote { @@ -95,15 +96,18 @@ } } + .gallery h2 { + margin-top: 2em; + } .gallery-item { float: left; width: 300px; text-align: center; - margin-top: 2em; + //margin-bottom: 2em; } .gallery-image { - height: 250px; + height: 300px; width: 300px; display: table-cell; vertical-align: middle;