From 9237128fd4ef100dab3f40cbd49a4d0b65d5979a Mon Sep 17 00:00:00 2001 From: Markus <65797058+headquarter8302@users.noreply.github.com> Date: Sat, 25 Nov 2023 00:23:43 -0400 Subject: [PATCH] paragraph --- resource/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resource/styles.css b/resource/styles.css index b91505a..da045ed 100644 --- a/resource/styles.css +++ b/resource/styles.css @@ -100,6 +100,11 @@ main article { width: 75%; } +main.blog article p { + line-height: 2; + margin-block: 2.5%; +} + .post-tags { color: gray; }