From aad8612964cfe45f3d6caa68e11afef6258eae37 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Wed, 27 Aug 2025 17:28:44 +0200 Subject: [PATCH] style(home.scss): add margin-bottom to container for spacing between content and footer --- sass/home.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/home.scss b/sass/home.scss index da440e0..57ca1df 100644 --- a/sass/home.scss +++ b/sass/home.scss @@ -31,6 +31,7 @@ flex-direction: column; gap: 1rem; margin-top: 5rem; + margin-bottom: 2rem; .project { display: flex; flex-direction: column;