Make font smaller for mobiles (Month layout)

Please add settings to adjust font size on mobiles, especially for monthly layout. Currently they can be changed via CSS only:

@media screen and (max-width: 480px) {
.fc-event-title {
height: 22px;
font-size: 8px !important;
word-break: break-all;
padding: 0;
}
.fc-event-time {
font-size: 8px !important;
}
.fc-daygrid-event {
white-space: normal;
}
}

Thanks!

2 Likes