@@ -330,6 +330,14 @@ footer [data-tooltip] {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#calendar.week {
 | 
			
		||||
    .grid {
 | 
			
		||||
        grid-template-columns: repeat(7, 85vw);
 | 
			
		||||
        width: fit-content;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#calendar {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    overflow: auto;
 | 
			
		||||
@@ -343,8 +351,6 @@ footer [data-tooltip] {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .grid {
 | 
			
		||||
        grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
 | 
			
		||||
        min-width: 1840px;
 | 
			
		||||
        article {
 | 
			
		||||
            scroll-snap-align: start;
 | 
			
		||||
        }
 | 
			
		||||
@@ -352,6 +358,7 @@ footer [data-tooltip] {
 | 
			
		||||
    }
 | 
			
		||||
    .grid.week-in-month {
 | 
			
		||||
        grid-template-columns: 2.5em repeat(auto-fit, minmax(0%, 1fr));
 | 
			
		||||
        min-width: 1840px;
 | 
			
		||||
        margin-bottom: .5em;
 | 
			
		||||
    }
 | 
			
		||||
    .entete-semaine {
 | 
			
		||||
@@ -392,6 +399,23 @@ footer [data-tooltip] {
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media only screen and (min-width: 600px) {
 | 
			
		||||
    #calendar.week {
 | 
			
		||||
        .grid {
 | 
			
		||||
        grid-template-columns: repeat(7, 300px);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@media only screen and (min-width: 1700px) {
 | 
			
		||||
    #calendar.week {
 | 
			
		||||
        .grid {
 | 
			
		||||
        grid-template-columns: repeat(7, 1fr);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media only screen and (min-width: 992px) {
 | 
			
		||||
 | 
			
		||||
    .infos-and-buttons {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user