Prevent holiday names getting too big on big screen.

This commit is contained in:
Leo Vasanko 2025-08-24 22:42:57 -06:00
parent ceeb7f1d59
commit 4e933e4128

View File

@ -119,7 +119,7 @@ const props = defineProps({
right: 0.1em;
line-height: 1;
overflow: hidden;
font-size: clamp(1.2vw, 0.6em, 1.2em);
font-size: clamp(1.2vw, 0.6em, 1em);
}
.holiday-name {