From a055efde7ad29a2fd5431d40ca950037eef9b106 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 21 Mar 2022 21:58:17 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=9CDon't=20indent=20first=20p?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/blog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/blog.css b/assets/blog.css index 55fd14f..bbae988 100644 --- a/assets/blog.css +++ b/assets/blog.css @@ -83,7 +83,7 @@ p margin: 0.5em auto; } -p:first-of-type +.content>.paragraphp>p:first-of-type { text-indent: 0; }