From df9dbe40e5641b5a77aca388364c456229ff2822 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 21 Mar 2022 21:50:08 +0100 Subject: [PATCH] Don't indent first p. --- assets/blog.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/blog.css b/assets/blog.css index 0126158..55fd14f 100644 --- a/assets/blog.css +++ b/assets/blog.css @@ -83,6 +83,11 @@ p margin: 0.5em auto; } +p:first-of-type +{ + text-indent: 0; +} + /* No indent for tags and whatnot. */ p * {