Skip to content

Commit dccd6a2

Browse files
committed
docs: fix p leading
1 parent fe94299 commit dccd6a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/src/app/globals.css

+3
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,6 @@ figure {
110110
p {
111111
@apply text-xl;
112112
}
113+
article p {
114+
@apply leading-9;
115+
}

0 commit comments

Comments
 (0)