From 3bbdb5bdfc50897793d9b8b609d0328958f022a5 Mon Sep 17 00:00:00 2001 From: peter_rabbit <pierrejarriges@gmail.com> Date: Mon, 1 Feb 2021 16:21:33 +0100 Subject: [PATCH] remove homepage padding bottom --- public/style/homepage.css | 6 +++--- public/style/style.css | 1 - src/homepage.scss | 1 - 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/public/style/homepage.css b/public/style/homepage.css index b622117..67fb896 100644 --- a/public/style/homepage.css +++ b/public/style/homepage.css @@ -1,9 +1,9 @@ /* Error: Undefined variable. * , - * 9 | background-color: $light_0; + * 8 | background-color: $light_0; * | ^^^^^^^^ * ' - * src/homepage.scss 9:27 root stylesheet */ + * src/homepage.scss 8:27 root stylesheet */ body::before { font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono", @@ -13,5 +13,5 @@ body::before { padding: 1em; margin-bottom: 1em; border-bottom: 2px solid black; - content: "Error: Undefined variable.\a \2577 \a 9 \2502 background-color: $light_0;\a \2502 ^^^^^^^^\a \2575 \a src/homepage.scss 9:27 root stylesheet"; + content: "Error: Undefined variable.\a \2577 \a 8 \2502 background-color: $light_0;\a \2502 ^^^^^^^^\a \2575 \a src/homepage.scss 8:27 root stylesheet"; } diff --git a/public/style/style.css b/public/style/style.css index beae7f2..0b78097 100644 --- a/public/style/style.css +++ b/public/style/style.css @@ -362,7 +362,6 @@ main #page-container #home-page { display: flex; flex-direction: column; gap: 20px; - margin-bottom: 60px; } main #page-container #home-page .section-title { padding: 10px; diff --git a/src/homepage.scss b/src/homepage.scss index 2d2b405..df0f554 100644 --- a/src/homepage.scss +++ b/src/homepage.scss @@ -2,7 +2,6 @@ display: flex; flex-direction: column; gap: 20px; - margin-bottom: 60px; .section-title { padding: 10px; margin: 0; -- GitLab