From 1fae587189d2945532d013ecd41d4396f75f05cc Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 21 Mar 2022 22:12:15 +0100 Subject: [PATCH] Fix indentation for real this time --- assets/blog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/blog.css b/assets/blog.css index bbae988..72fff8f 100644 --- a/assets/blog.css +++ b/assets/blog.css @@ -83,7 +83,7 @@ p margin: 0.5em auto; } -.content>.paragraphp>p:first-of-type +.content > div:first-of-type > p:first-of-type { text-indent: 0; }