Skip to content

Commit 90a7924

Browse files
committed
Update h4 styles
1 parent 197b6d0 commit 90a7924

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

styles/global.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,21 @@ h3 {
114114
}
115115
}
116116

117+
.text-h4,
118+
h4 {
119+
font-size: 1.25rem;
120+
line-height: 1.167;
121+
-webkit-text-stroke-width: 0.1px;
122+
font-family: var(--font-sans);
123+
margin-top: var(--spacing-md);
124+
125+
@media (min-width: $breakpoint-tablet) {
126+
font-size: 1.5rem;
127+
line-height: 1.1333;
128+
-webkit-text-stroke-width: 0.15px;
129+
}
130+
}
131+
117132
.text-body-large {
118133
font-size: 1.25rem;
119134
line-height: 1.2;

0 commit comments

Comments
 (0)