From de0a5ff07bd6bfe8465c9597259d0456c5bc7ff3 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 16 Oct 2023 09:28:43 +0200 Subject: [PATCH] style(landing-page): spacing --- src/pages/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.html b/src/pages/index.html index a05f845..68e2fd8 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -19,7 +19,7 @@ } h2, p, ul, ol { - margin-top: 1em; + margin-bottom: 1em; } footer { text-align: right;