diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 6241a22..d34a441 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -16,7 +16,7 @@ footer { color: #888; font-size: small; - margin: 40px 0 0 -40px; + margin-top: 2em; text-align: right; } diff --git a/src/pages/index.astro b/src/pages/index.astro index 62fd033..e7b39dc 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -53,7 +53,7 @@ import Footer from "../components/Footer.astro"; } h1 { - margin: 0 0 2rem 0; + margin: 0; color: rgba(255, 255, 255, 0.75); }