From 2610e814435aa0e26bc7722e8df00e6aa332d4ec Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 18 Jun 2023 17:51:57 +0200 Subject: [PATCH] Indent paragraphs. --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 8f19192..b50fe5a 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,9 @@ h3 { margin-bottom: 0px; } + p { + margin: auto 10px; + } ul { list-style-type: none; padding-left: 15px; -- 2.39.5