diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 4e7468c..44fcb5e 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -2,13 +2,21 @@ const year = new Date().getFullYear(); --- - + diff --git a/src/styles/home.scss b/src/styles/home.scss index e2abbf5..7904b4a 100644 --- a/src/styles/home.scss +++ b/src/styles/home.scss @@ -13,7 +13,6 @@ main { background-image: url("/diagonal_lines_home.png"); height: 73vh; margin-left: -1vw; - margin-bottom: 13vh; width: 90.4vw; flex-shrink: 0; padding-left: 10vw;