Prevent holiday names getting too big on big screen.
This commit is contained in:
parent
ceeb7f1d59
commit
4e933e4128
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user