We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff8dde commit c2b184bCopy full SHA for c2b184b
styles.css
@@ -229,14 +229,6 @@
229
h3 {
230
@apply text-2xl;
231
}
232
-
233
- h2:first-child, h3:first-child {
234
- @apply mt-0;
235
- }
236
237
- h2:not(:first-child), h3:not(:first-child) {
238
- @apply mt-8;
239
240
241
h4 {
242
@apply text-xl;
@@ -250,6 +242,14 @@
250
@apply text-base;
251
243
252
244
245
+ h2:first-child, h3:first-child, h4:first-child, h5:first-child {
246
+ @apply mt-0;
247
+ }
248
+
249
+ h2:not(:first-child), h3:not(:first-child) {
+ @apply mt-8;
253
p {
254
@apply mb-4;
255
0 commit comments