diff --git a/attribution/index.html b/attribution/index.html
index 48a5cce..0901b21 100644
--- a/attribution/index.html
+++ b/attribution/index.html
@@ -123,6 +123,7 @@ h1, h2, h3, h4, h5, h6 {
font-variant: small-caps;
font-family: Montserrat;
font-weight: 400;
+ letter-spacing: 5%;
}
h1 {
@@ -195,10 +196,12 @@ header a:focus-visible .logo {
footer {
background-color: var(--color-accent);
color: var(--color-bg);
+ padding: 1rem;
}
footer p {
text-align: center;
+ margin: 0;
}
footer a,
@@ -241,9 +244,10 @@ footer a:focus-visible {
-
+