style: spacing

This commit is contained in:
Ayo 2022-09-18 10:38:13 +02:00
parent 5a9dc4b334
commit 3ee14640ed
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
footer { footer {
color: #888; color: #888;
font-size: small; font-size: small;
margin: 40px 0 0 -40px; margin-top: 2em;
text-align: right; text-align: right;
} }

View file

@ -53,7 +53,7 @@ import Footer from "../components/Footer.astro";
} }
h1 { h1 {
margin: 0 0 2rem 0; margin: 0;
color: rgba(255, 255, 255, 0.75); color: rgba(255, 255, 255, 0.75);
} }