X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/fceff8de9a4a304549e5b4b3094f66071b9912ae..82c54fc0c49355b4a0ad05074caaccf0303eb965:/prawokultury/static/css/entry.scss diff --git a/prawokultury/static/css/entry.scss b/prawokultury/static/css/entry.scss index 08460c3..aae0302 100644 --- a/prawokultury/static/css/entry.scss +++ b/prawokultury/static/css/entry.scss @@ -13,11 +13,12 @@ .entry-wrapped { margin-left: 8em; + line-height: 1.8em; h1, h2 { margin: 0; color: #01519a; - font-size: 1.3em; + font-size: 1.4em; a { color: #01519a; @@ -29,7 +30,7 @@ } .entry-data { - font-size: 1.3em; + font-size: 1.4em; margin-top: 1.4em; margin-bottom: 1.4em; .date { @@ -47,11 +48,11 @@ } .lead { - font-size: 1.3em; + font-size: 1.4em; } .body { - font-size: 1.3em; + font-size: 1.4em; } .lead h2, @@ -111,6 +112,10 @@ h1 { font-size: 2em; } + + img.entry-picture { + margin-top: 1.5em; + } } .entry-wrapped img.entry-picture { @@ -118,6 +123,11 @@ margin: 0 1.5em 1em 0; } +.entry-wrapped .lead ul { + overflow: hidden; + padding-left: 16px; +} + .submit-link { margin-top: 1em; padding-bottom: 1em;