Skip to content

Commit 96fb310

Browse files
committed
Fix typography-d1 size
1 parent 0f823ea commit 96fb310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tailwind.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ const config: Config = {
8080
lineHeight: "1.2",
8181
},
8282
".typography-d1": {
83-
fontSize: "96px",
83+
fontSize: "48px",
8484
"@screen lg": {
85-
fontSize: "48px",
85+
fontSize: "96px",
8686
},
8787
},
8888
".typography-h1": {

0 commit comments

Comments
 (0)