Correction largeur colonnes sur smartphone

This commit is contained in:
Jean-Marie Favreau 2025-05-03 18:24:51 +02:00
parent eb826f988d
commit 0cf9a69525

View File

@ -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;
} }
} }