X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/162b0b772d94f0f6b12a63ea2778c1cc0c104027..72252d692444e68a5857bd3b3040d5fbf9881b69:/src/wolnelektury/static/2022/styles/layout/_article.scss diff --git a/src/wolnelektury/static/2022/styles/layout/_article.scss b/src/wolnelektury/static/2022/styles/layout/_article.scss index ba7e14546..cb913a36e 100644 --- a/src/wolnelektury/static/2022/styles/layout/_article.scss +++ b/src/wolnelektury/static/2022/styles/layout/_article.scss @@ -226,3 +226,17 @@ margin-bottom: .7em; } } + + +.abstract { + h2 { + font-size: 1.1em; + margin-top: 1.5em; + margin-bottom: 0; + font-weight: bold; + } + em.author-emphasis { + font-weight: bold; + font-style: normal; + } +}