From 3ee14640eddc25a17f33338aebac623bfa23768f Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 18 Sep 2022 10:38:13 +0200 Subject: [PATCH] style: spacing --- src/components/Footer.astro | 2 +- src/pages/index.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); }