Skip to content

Commit 057d07c

Browse files
committed
Update typography.css
1 parent bac8dd8 commit 057d07c

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

resources/css/typography.css

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
1-
.heading {
2-
@apply text-neutral-900 font-semibold leading-none;
3-
}
1+
@layer components {
2+
.heading {
3+
@apply text-neutral-900 font-semibold leading-none;
4+
}
45

5-
.h1 {
6-
@apply text-4xl sm:text-5xl xl:text-6xl;
7-
}
6+
.h1 {
7+
@apply text-4xl sm:text-5xl xl:text-6xl;
8+
}
89

9-
.h2 {
10-
@apply text-3xl sm:text-4xl xl:text-5xl;
11-
}
10+
.h2 {
11+
@apply text-3xl sm:text-4xl xl:text-5xl;
12+
}
1213

13-
.h3 {
14-
@apply text-xl sm:text-2xl xl:text-3xl;
15-
}
14+
.h3 {
15+
@apply text-xl sm:text-2xl xl:text-3xl;
16+
}
1617

17-
.h4 {
18-
@apply text-lg sm:text-xl xl:text-2xl;
19-
}
18+
.h4 {
19+
@apply text-lg sm:text-xl xl:text-2xl;
20+
}
2021

21-
.h5 {
22-
@apply text-base sm:text-lg xl:text-xl;
23-
}
22+
.h5 {
23+
@apply text-base sm:text-lg xl:text-xl;
24+
}
2425

25-
.h6 {
26-
@apply text-sm sm:text-base xl:text-lg;
26+
.h6 {
27+
@apply text-sm sm:text-base xl:text-lg;
28+
}
2729
}

0 commit comments

Comments
 (0)