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