X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/dce88babe4ba454ab67da205cacc5441c4953809..89881ffd8c2da92f115f23b002f48b7e626014d0:/src/wolnelektury/static/2022/styles/layout/_article.scss?ds=inline diff --git a/src/wolnelektury/static/2022/styles/layout/_article.scss b/src/wolnelektury/static/2022/styles/layout/_article.scss index ba7e14546..c4b1024fe 100644 --- a/src/wolnelektury/static/2022/styles/layout/_article.scss +++ b/src/wolnelektury/static/2022/styles/layout/_article.scss @@ -30,10 +30,11 @@ list-style: none; margin-top: 0.25rem; margin-bottom: 0; - li { + margin-left: 1em; font-size: 18px; - line-height: 150%; font-weight: normal; + li { + line-height: 150%; } @@ -226,3 +227,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; + } +}