Added popup ebook and audiobook download
[wolnelektury.git] / src / wolnelektury / static / 2021 / css / layout / _article.scss
1 .l-article {
2   color: $color-gray;
3   border-left: 2px solid $color-light-gray;
4   padding-bottom: 30px;
5   padding-left: 21px;
6   margin-left: 15px;
7
8   h2 {}
9   h3 {}
10   h4 {}
11   p {
12     font-style: normal;
13     font-weight: $regular;
14     @include font-size(18px);
15     line-height: 166%;
16     letter-spacing: -0.005em;
17   }
18   ul {}
19   ol {}
20 }
21
22 .l-article__lead {
23   margin-top: 0;
24   font-weight: $light;
25   @include font-size(24px);
26   font-family: $secondary-font;
27   line-height: 166%;
28 }
29
30
31
32 .quote p {
33
34     margin-top: inherit;
35 }