Skip to content

Commit 65070be

Browse files
committed
Fixes #2306
1 parent ce8b675 commit 65070be

File tree

2 files changed

+54
-5
lines changed

2 files changed

+54
-5
lines changed

src/shared/components/Contentful/Banner/themes/tco19.scss

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,41 @@ $contentWrapperPadding: 0;
4343
h1 {
4444
font-size: 42px;
4545
font-weight: 300;
46+
line-height: 50px;
4647
}
4748

4849
h2 {
49-
font-size: 20px;
50+
font-size: 36px;
51+
font-weight: 300;
52+
line-height: 45px;
5053
}
5154

5255
h3 {
53-
font-size: 24px;
56+
font-size: 28px;
57+
font-weight: 400;
58+
line-height: 35px;
5459
}
5560

56-
p {
61+
h4 {
62+
font-size: 20px;
63+
font-weight: 400;
64+
line-height: 35px;
65+
}
66+
67+
h5 {
5768
font-size: 15px;
69+
font-weight: 700;
70+
line-height: 25px;
71+
}
72+
73+
h6 {
74+
font-size: 13px;
75+
font-weight: 400;
76+
line-height: 25px;
77+
}
78+
79+
p {
80+
font-size: 20px;
5881
margin-bottom: 1em;
5982
line-height: 25px;
6083
}

src/shared/components/Contentful/ContentBlock/themes/TCO19.scss

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,39 @@
5050
}
5151

5252
h1 {
53-
font-size: 36px;
53+
font-size: 42px;
5454
font-weight: 300;
55-
margin-top: 1em;
55+
line-height: 50px;
5656
}
5757

5858
h2 {
59+
font-size: 36px;
60+
font-weight: 300;
61+
line-height: 45px;
62+
}
63+
64+
h3 {
65+
font-size: 28px;
66+
font-weight: 400;
67+
line-height: 35px;
68+
}
69+
70+
h4 {
5971
font-size: 20px;
72+
font-weight: 400;
73+
line-height: 35px;
74+
}
75+
76+
h5 {
77+
font-size: 15px;
78+
font-weight: 700;
79+
line-height: 25px;
80+
}
81+
82+
h6 {
83+
font-size: 13px;
84+
font-weight: 400;
85+
line-height: 25px;
6086
}
6187

6288
p {

0 commit comments

Comments
 (0)