X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d019a9b5e928dcf777852d0c8d5413fd3d69b4dd..16c39b15d9a1516d9cbfa99288747260493cbb15:/src/wolnelektury/static/2022/styles/layout/_author.scss diff --git a/src/wolnelektury/static/2022/styles/layout/_author.scss b/src/wolnelektury/static/2022/styles/layout/_author.scss index f88eb54f1..55483bf62 100644 --- a/src/wolnelektury/static/2022/styles/layout/_author.scss +++ b/src/wolnelektury/static/2022/styles/layout/_author.scss @@ -62,19 +62,38 @@ line-height: 150%; color: #474747; } - dd, dt { - font-weight: normal; + h4 { font-size: 18px; line-height: 150%; - color: #474747; + font-weight: bolder; + color: #474747; } + + ul { + padding: 0; + list-style: none; + margin-top: 0.25rem; + margin-bottom: 0; + li { + font-size: 18px; + line-height: 150%; + font-weight: normal; + } + } + dt { float: left; clear: left; margin-right: .4em; + font-weight: normal; + font-size: 18px; + line-height: 150%; } dd { margin-left: 0; + font-weight: normal; + font-size: 18px; + line-height: 150%; } }