From c5298ac4773b301aeedd46a99b260e4c075d8400 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 18 Apr 2022 18:48:15 +0200 Subject: [PATCH] Fix indentation after sub-headings --- assets/blog.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/blog.css b/assets/blog.css index 72fff8f..fbdf600 100644 --- a/assets/blog.css +++ b/assets/blog.css @@ -83,7 +83,8 @@ p margin: 0.5em auto; } -.content > div:first-of-type > p:first-of-type +.content > div:first-of-type > p:first-of-type, +.sectionbody > div:first-of-type > p:first-of-type { text-indent: 0; }