improve responsive styling on library header

This commit is contained in:
jeffvli
2025-11-19 00:07:04 -08:00
parent 1abb1afd01
commit 33c04cbb97
3 changed files with 87 additions and 97 deletions
@@ -127,7 +127,7 @@ export const LibraryHeader = forwardRef(
{itemTypeString()}
</Text>
<h1 className={styles.title}>
<AutoTextSize maxFontSizePx={80} mode="box">
<AutoTextSize maxFontSizePx={80} minFontSizePx={36} mode="box">
{title}
</AutoTextSize>
</h1>