Skip to content

Commit f0ecfcc

Browse files
committed
h1 leading shouldn't have worked in TW3?
1 parent e460461 commit f0ecfcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/default.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -506,10 +506,10 @@
506506
/* Typography */
507507

508508
.pc-h1 {
509-
@apply text-4xl font-extrabold leading-10 sm:text-5xl sm:tracking-tight lg:text-6xl;
509+
@apply text-4xl font-extrabold leading:10 sm:leading-none sm:text-5xl sm:tracking-tight lg:text-6xl;
510510
}
511511
.pc-h2 {
512-
@apply text-2xl font-extrabold leading-10 sm:text-3xl;
512+
@apply text-2xl font-extrabold leading-9 sm:leading-10 sm:text-3xl;
513513
}
514514
.pc-h3 {
515515
@apply text-xl font-bold leading-7 sm:text-2xl;

0 commit comments

Comments
 (0)