generated from inherentlee/11ty
@@ -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
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user