We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5380a commit 8e6a50aCopy full SHA for 8e6a50a
src/css/custom.css
@@ -40,15 +40,15 @@
40
}
41
42
.h1 {
43
- @apply text-2xl mt-[1.5em] mb-[1.5em];
+ @apply text-xl lg:text-2xl mt-[1.5em] mb-[1.5em];
44
45
46
h1 {
47
@apply h1;
48
49
50
.h2 {
51
- @apply text-lg mt-[1.5em] mb-[1.5em];
+ @apply text-base lg:text-lg mt-[1.5em] mb-[1.5em];
52
53
54
h2 {
@@ -103,9 +103,6 @@
103
104
105
@layer content {
106
- main h2 {
107
- @apply text-2xl !important;
108
- }
109
110
article header h1 {
111
@apply mt-0 !important;
@@ -131,7 +128,7 @@
131
128
article header > h1 a,
132
129
article header > h2,
133
130
article header > h2 > a {
134
- @apply text-3xl !important;
+ @apply text-xl lg:text-3xl !important;
135
136
137
0 commit comments