fix footer on mobile

This commit is contained in:
Nathan McCarty 2025-02-15 21:05:08 -05:00
parent 4c6839c698
commit e01342c980

View file

@ -210,7 +210,7 @@ blockquote {
/* Style the footer */
footer {
display: flex;
flex-direction: row;
flex-flow: row wrap;
align-items: stretch;
gap: var(--box-gap);
max-width: var(--content-width);