From c7bd9b36ce6e8db1f23eee4ce50b03090c09a0cd Mon Sep 17 00:00:00 2001 From: welpo Date: Thu, 5 Oct 2023 19:48:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=EF=B8=8F=20style(footer):=20set=20par?= =?UTF-8?q?agraph=20margin=20to=200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without this, there's too much spacing around the copyright notice. Partially reverts #197. --- sass/parts/_footer.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/parts/_footer.scss b/sass/parts/_footer.scss index 2e30597..920cd2d 100644 --- a/sass/parts/_footer.scss +++ b/sass/parts/_footer.scss @@ -9,6 +9,10 @@ footer { .nav-links { color: var(--primary-color); } + + p { + margin: 0; + } } footer section {