fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d83ef818cd690ab0273fff362d89328b846f8ffb
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
styles
/
layout
/
_article.scss
1
.l-article {
2
color: $color-gray;
3
4
h2 {}
5
h3 {
6
font-weight: 600;
7
font-size: 21.5px;
8
line-height: 140%;
9
border-bottom: 1px solid #D9D9D9;
10
padding-bottom: 15px;
11
padding-top: 5px;
12
letter-spacing: -0.01em;
13
color: #007880;
14
}
15
h4 {}
16
p {
17
font-weight: normal;
18
font-size: 18px;
19
line-height: 150%;
20
color: #474747;
21
}
22
ul {}
23
ol {}
24
}
25
26
.l-article__lead {
27
margin-top: 0;
28
font-weight: $light;
29
@include font-size(24px);
30
font-family: $secondary-font;
31
line-height: 166%;
32
}