From 69822cce2286035aed0d37b169914bf78c9112eb Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 13 May 2023 23:18:41 +0200 Subject: [PATCH] style: spacing for lists & tables --- src/components/post.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/post.astro b/src/components/post.astro index 037f444..c200702 100644 --- a/src/components/post.astro +++ b/src/components/post.astro @@ -43,7 +43,9 @@ const datePublished = font-size: xx-large; } p, - img { + img, + table, + ul { margin: 1em 0; font-size: 20px; }