lundi
mardi
mercredi
jeudi
vendredi
samedi
dimanche
l
m
m
j
v
s
d
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
{ let el = document.getElementById('em-calendar-957482244').querySelector('.em-cal-body'); let width = el.firstElementChild.getBoundingClientRect().width; if (width > 0) { el.style.setProperty('--grid-auto-rows', 'minmax(' + width + 'px, auto)'); } }