X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8a078a30db08afb680c48ce94d6e576236febeed..16c39b15d9a1516d9cbfa99288747260493cbb15:/src/wolnelektury/static/2021/css/layout/_author.scss diff --git a/src/wolnelektury/static/2021/css/layout/_author.scss b/src/wolnelektury/static/2021/css/layout/_author.scss deleted file mode 100644 index 293bad21c..000000000 --- a/src/wolnelektury/static/2021/css/layout/_author.scss +++ /dev/null @@ -1,52 +0,0 @@ -.l-author { - display: flex; - padding: 60px; - margin-top: 100px; - justify-content: space-between; - border: 8px solid $color-light-gray; -} - -.l-author__info { - max-width: 755px; - - h3 { - margin: 0; - @include font-size(32px); - letter-spacing: -0.02em; - color: $color-primary; - font-weight: $bold; - line-height: 100%; - } - p, dl, ul { - font-weight: $regular; - @include font-size(18px); - letter-spacing: -0.005em; - color: $color-gray; - line-height: 166%; - font-size: 18px; - } - - ul.meta { - list-style: none; - margin: 1em 0 0 0; - padding: 0; - text-align: right; - - } - dt { - float: left; - } - -} - -.l-author__photo { - margin: 0; - img {} - figcaption { - font-weight: 500; - @include font-size(14px); - line-height: 140%; - letter-spacing: 0.0015em; - color: $color-gray; - } -}