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 f64ca28 commit 2abec0aCopy full SHA for 2abec0a
1 file changed
src/components/Markdown/Markdown.css
@@ -15,22 +15,22 @@
15
@apply leading-normal;
16
17
h1 {
18
- @apply text-[33.178px];
+ @apply text-4xl;
19
}
20
h2 {
21
- @apply text-[27.648px];
+ @apply text-3xl;
22
23
h3 {
24
- @apply text-[23.04px];
+ @apply text-2xl;
25
26
h4 {
27
- @apply text-[19.2px];
+ @apply text-xl;
28
29
h5 {
30
@apply text-base;
31
32
h6 {
33
- @apply text-[13.331px];
+ @apply text-sm;
34
35
36
h2,
0 commit comments