Better text wrapping in header/footer

This commit is contained in:
Ella Dunbar 2025-11-06 20:51:31 -06:00
parent c39c4d7f8a
commit 426bb7056f

View file

@ -133,6 +133,7 @@ html {
/* semantic */
header {
background: var(--color-header-footer);
text-wrap: wrap;
display: flex;
flex-wrap: wrap;
@ -160,6 +161,7 @@ header {
footer {
background: var(--color-header-footer);
font-size: 0.8rem;
text-wrap: wrap;
p {
margin: 0.5rem;