From 426bb7056f1713ca8853fd8858dd3880ba57b300 Mon Sep 17 00:00:00 2001 From: Ella Dunbar Date: Thu, 6 Nov 2025 20:51:31 -0600 Subject: [PATCH] Better text wrapping in header/footer --- full/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/full/style.css b/full/style.css index 68b6e20..32297d4 100644 --- a/full/style.css +++ b/full/style.css @@ -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;