X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/eb2eb95bfbfe8c777c4192ea434a0e999edf3a51..90b19d6345ba7e64c666aca728ca6fc351c37995:/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 2cbaa5cef..f88eb54f1 100644 --- a/src/wolnelektury/static/2022/styles/layout/_author.scss +++ b/src/wolnelektury/static/2022/styles/layout/_author.scss @@ -62,6 +62,20 @@ line-height: 150%; color: #474747; } + dd, dt { + font-weight: normal; + font-size: 18px; + line-height: 150%; + color: #474747; + } + dt { + float: left; + clear: left; + margin-right: .4em; + } + dd { + margin-left: 0; + } } .l-author__photo { @@ -126,8 +140,14 @@ line-height: 140%; letter-spacing: -0.02em; color: #083F4D; + + p { + font-size: inherit; + line-height: inherit; + margin-top: 0; + } } - p { + > p { font-style: normal; font-weight: normal; font-size: 15px;