improve text wrap on library header

This commit is contained in:
jeffvli
2026-01-15 21:40:47 -08:00
parent 66a2b4c225
commit 1a3fbe0a7a
@@ -101,6 +101,8 @@
font-size: clamp(1.75rem, 3dvw, 2.75rem);
font-weight: 800;
line-height: 1.2;
word-break: keep-all;
text-wrap: balance;
}
.library-header-menu {