Correction largeur colonnes sur smartphone
This commit is contained in:
parent
eb826f988d
commit
0cf9a69525
@ -349,7 +349,7 @@ footer [data-tooltip] {
|
|||||||
|
|
||||||
#calendar.week {
|
#calendar.week {
|
||||||
.grid {
|
.grid {
|
||||||
grid-template-columns: repeat(7, 85vw);
|
grid-template-columns: repeat(7, calc(100vw - 4 * var(--block-spacing-horizontal)));
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user