From 358ef4e2a4cd81785d00ae0fb2fb7bd35a954b05 Mon Sep 17 00:00:00 2001 From: glendc Date: Thu, 8 Feb 2024 12:59:02 +0100 Subject: [PATCH] give index page paragraphs some more space --- site/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/index.html b/site/index.html index 1df1c49..07ad2ad 100644 --- a/site/index.html +++ b/site/index.html @@ -36,6 +36,10 @@ list-style-type: '👉'; padding-inline-start: 1ch; } + + main p { + margin-block: 10px; + }