X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8a078a30db08afb680c48ce94d6e576236febeed..16c39b15d9a1516d9cbfa99288747260493cbb15:/src/wolnelektury/static/2021/css/layout/_article.scss diff --git a/src/wolnelektury/static/2021/css/layout/_article.scss b/src/wolnelektury/static/2021/css/layout/_article.scss deleted file mode 100644 index 8d5172abb..000000000 --- a/src/wolnelektury/static/2021/css/layout/_article.scss +++ /dev/null @@ -1,35 +0,0 @@ -.l-article { - color: $color-gray; - border-left: 2px solid $color-light-gray; - padding-bottom: 30px; - padding-left: 21px; - margin-left: 15px; - - h2 {} - h3 {} - h4 {} - p { - font-style: normal; - font-weight: $regular; - @include font-size(18px); - line-height: 166%; - letter-spacing: -0.005em; - } - ul {} - ol {} -} - -.l-article__lead { - margin-top: 0; - font-weight: $light; - @include font-size(24px); - font-family: $secondary-font; - line-height: 166%; -} - - - -.quote p { - - margin-top: inherit; -}