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
+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;
}
}