From 5b0b976cf656d25303a82a4b7a40e10a75c86761 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 15 Oct 2023 01:26:43 +0200 Subject: [PATCH] style(landing-page): footer 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 ef2b544..b60bf07 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -38,7 +38,7 @@ header a { color: white } - header, main { + header, main, footer { padding: 0.5em 1em; }