From dccd6a2f795e04daae71e5fbd1c45aaa233a00af Mon Sep 17 00:00:00 2001 From: atomiks Date: Tue, 14 May 2024 10:13:06 +1000 Subject: [PATCH] docs: fix p leading --- website/src/app/globals.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/src/app/globals.css b/website/src/app/globals.css index f56660f..59f9c00 100644 --- a/website/src/app/globals.css +++ b/website/src/app/globals.css @@ -110,3 +110,6 @@ figure { p { @apply text-xl; } +article p { + @apply leading-9; +} \ No newline at end of file