We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197b6d0 commit 90a7924Copy full SHA for 90a7924
styles/global.scss
@@ -114,6 +114,21 @@ h3 {
114
}
115
116
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
132
.text-body-large {
133
font-size: 1.25rem;
134
line-height: 1.2;
0 commit comments