generated from inherentlee/11ty
@@ -2,6 +2,7 @@
|
|||||||
<p>
|
<p>
|
||||||
Read the <a href="/attribution">site attribution</a>
|
Read the <a href="/attribution">site attribution</a>
|
||||||
</p>
|
</p>
|
||||||
|
<p>© 2023-2026</p>
|
||||||
<p>Site feedback? Questions?
|
<p>Site feedback? Questions?
|
||||||
<a href="mailto:lee.cattarin@gmail.com?subject=fediZineFest">Reach out to Lee</a>
|
<a href="mailto:lee.cattarin@gmail.com?subject=fediZineFest">Reach out to Lee</a>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
+11
-1
@@ -194,10 +194,20 @@ footer {
|
|||||||
margin: 1rem auto 0;
|
margin: 1rem auto 0;
|
||||||
padding: 1rem .5rem;
|
padding: 1rem .5rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-wrap: wrap;
|
flex-flow: row wrap;
|
||||||
border-top: .25rem solid var(--color-header);
|
border-top: .25rem solid var(--color-header);
|
||||||
}
|
}
|
||||||
|
|
||||||
footer p {
|
footer p {
|
||||||
margin: 0.5rem 0;
|
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