File tree Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,28 @@ section.prose {
23
23
@apply font-geist
24
24
}
25
25
26
- .prose h1 ,
27
- .prose h3 ,
28
- .prose h4 ,
29
- .prose h5 ,
30
- .prose h6 {
31
- @apply font-normal;
26
+ .prose h1 {
27
+ @apply text-4xl font-normal break-words;
32
28
}
33
29
34
30
.prose h2 {
35
- @apply text-lg font-medium pb-3 border-b border-b-redis-pen-700 border-opacity-50;
31
+ @apply text-2xl font-medium pb-3 border-b border-b-redis-pen-700 border-opacity-50;
32
+ }
33
+
34
+ .prose h3 {
35
+ @apply text-xl font-semibold;
36
+ }
37
+
38
+ .prose h4 {
39
+ @apply text-lg font-medium;
40
+ }
41
+
42
+ .prose h5 {
43
+ @apply text-base font-medium;
44
+ }
45
+
46
+ .prose h6 {
47
+ @apply text-sm font-medium;
36
48
}
37
49
38
50
.prose p , .prose ol , .prose ul {
@@ -47,10 +59,6 @@ section.prose {
47
59
@apply bg-none font-monogeist;
48
60
}
49
61
50
- .prose h1 {
51
- @apply text-4xl break-words;
52
- }
53
-
54
62
.prose h1 [id ],
55
63
.prose h2 [id ],
56
64
.prose h3 [id ],
You can’t perform that action at this time.
0 commit comments