better footer
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-08-26 16:50:29 -07:00
parent ac091454c5
commit 46830b2cd2
2 changed files with 12 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
<p>
Read the <a href="/attribution">site attribution</a>
</p>
<p>© 2023-2026</p>
<p>Site feedback? Questions?
<a href="mailto:lee.cattarin@gmail.com?subject=fediZineFest">Reach out to Lee</a>
</p>
+11 -1
View File
@@ -194,10 +194,20 @@ 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;
}
}