X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/4df6b2c6b149e9c0055cd0ab98a6568facefea84..6b7b37e67dd9798e60e7c7d7e3fae4137584fdd6:/prawokultury/static/css/entry.scss diff --git a/prawokultury/static/css/entry.scss b/prawokultury/static/css/entry.scss index 2cc65b1..459e832 100644 --- a/prawokultury/static/css/entry.scss +++ b/prawokultury/static/css/entry.scss @@ -17,7 +17,7 @@ h1, h2 { margin: 0; color: #01519a; - font-size: 1.3em; + font-size: 1.4em; a { color: #01519a; @@ -29,7 +29,7 @@ } .entry-data { - font-size: 1.3em; + font-size: 1.4em; margin-top: 1.4em; margin-bottom: 1.4em; .date { @@ -47,11 +47,17 @@ } .lead { - font-size: 1.3em; + font-size: 1.4em; } .body { - font-size: 1.3em; + font-size: 1.4em; + } + + .lead h2, + .body h2 { + font-size: 1em; + font-weight: normal; } blockquote { @@ -105,6 +111,10 @@ h1 { font-size: 2em; } + + img.entry-picture { + margin-top: 1.5em; + } } .entry-wrapped img.entry-picture { @@ -112,6 +122,11 @@ margin: 0 1.5em 1em 0; } +.entry-wrapped .lead ul { + overflow: hidden; + padding-left: 16px; +} + .submit-link { margin-top: 1em; padding-bottom: 1em;