From a9f4c750c473ee6f748d2e9d61c434cb6864485c Mon Sep 17 00:00:00 2001 From: leomet07 Date: Tue, 6 Feb 2024 22:43:08 -0500 Subject: [PATCH] Revert indent styling on all first paragraphs --- styles/[article_slug].module.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/styles/[article_slug].module.css b/styles/[article_slug].module.css index 726061b..d0990f3 100644 --- a/styles/[article_slug].module.css +++ b/styles/[article_slug].module.css @@ -123,10 +123,6 @@ color: var(--primary) !important; } -#content p:first-of-type { - text-indent: 36px !important; -} - #content p br { display: none; }