From ee6e25027763ddf9ef2fcf13680ef04b5b42c481 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Mon, 26 Jun 2023 01:35:37 +0200 Subject: [PATCH] fix p styling --- web/src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/styles/global.css b/web/src/styles/global.css index b7cbef2..dbf9ec6 100644 --- a/web/src/styles/global.css +++ b/web/src/styles/global.css @@ -99,6 +99,6 @@ article { p, li { - @apply max-w-[600px] mb-6 whitespace-pre-line text-base text-secondary; + @apply max-w-[600px] whitespace-pre-line text-base text-secondary; line-height: 1.5; } \ No newline at end of file