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