Skip to content

Commit d54e4d3

Browse files
committed
Reduce font-size of H4-h6 to differentiate from H3
1 parent b7636f9 commit d54e4d3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/cdata.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@
3030
@apply text-26;
3131
}
3232

33-
& > h3,
33+
& > h3 {
34+
@apply text-2xl;
35+
}
36+
3437
& > h4,
3538
& > h5,
3639
& > h6 {
37-
@apply text-2xl;
40+
@apply text-xl;
3841
}
3942

4043
/* <p>, <ul>, <ol>, <blockquote p>:typography */

0 commit comments

Comments
 (0)