Skip to content

Commit ab1060f

Browse files
committed
tables and headings fixes
1 parent 631071b commit ab1060f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/shared/components/Contentful/_brackets.scss

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
@include barlow-condensed-semi-bold;
9595

9696
font-size: 44px;
97-
line-height: 43px;
97+
line-height: 44px;
9898
text-transform: uppercase;
9999
margin-top: 44px;
100100
margin-bottom: 20px;
@@ -109,7 +109,7 @@
109109
}
110110

111111
h4 {
112-
@include barlow-condensed-medium;
112+
@include barlow-condensed-semi-bold;
113113

114114
font-size: 32px;
115115
line-height: 34px;
@@ -186,12 +186,11 @@
186186
margin-bottom: 20px;
187187

188188
th {
189-
@include roboto-regular;
189+
@include barlow-bold;
190190

191191
color: #2a2a2a;
192-
font-size: 16px;
193-
font-weight: bold;
194-
line-height: 18px;
192+
font-size: 11px;
193+
line-height: 14px;
195194
text-align: left;
196195
text-transform: uppercase;
197196
padding: 18px 10px 14px 0;

0 commit comments

Comments
 (0)