Skip to content

Commit 2abec0a

Browse files
committed
refactor(Markdown): use Tailwind text scale for heading sizes
1 parent f64ca28 commit 2abec0a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/components/Markdown/Markdown.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
@apply leading-normal;
1616

1717
h1 {
18-
@apply text-[33.178px];
18+
@apply text-4xl;
1919
}
2020
h2 {
21-
@apply text-[27.648px];
21+
@apply text-3xl;
2222
}
2323
h3 {
24-
@apply text-[23.04px];
24+
@apply text-2xl;
2525
}
2626
h4 {
27-
@apply text-[19.2px];
27+
@apply text-xl;
2828
}
2929
h5 {
3030
@apply text-base;
3131
}
3232
h6 {
33-
@apply text-[13.331px];
33+
@apply text-sm;
3434
}
3535

3636
h2,

0 commit comments

Comments
 (0)