From 89d502ef200fd4480cdfce1c0f503bbd80ad44af Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 11 Jul 2021 22:47:20 +0200 Subject: [PATCH] Dix indent for p *. --- assets/blog.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/blog.css b/assets/blog.css index e7984d7..a6f0edf 100644 --- a/assets/blog.css +++ b/assets/blog.css @@ -37,6 +37,12 @@ p margin: 0.5em auto; } +/* No indent for tags and whatnot. */ +p * +{ + text-indent: 0; +} + li p { text-indent: 0;