diff --git a/attribution/index.html b/attribution/index.html index ad49097..228c600 100644 --- a/attribution/index.html +++ b/attribution/index.html @@ -223,13 +223,23 @@ footer { margin: 1rem auto 0; padding: 1rem .5rem; width: 100%; - flex-wrap: wrap; + flex-flow: row wrap; border-top: .25rem solid var(--color-header); } footer p { margin: 0.5rem 0; } + +@media (max-width: 650px) { + footer { + flex-flow: column nowrap; + } + + footer p { + text-align: center; + } +} #zine-container { padding: 0; } @@ -327,11 +337,12 @@ footer p {
Read the site attribution
+© 2023-2026
Site feedback? Questions? Reach out to Lee
- +