aboutsummaryrefslogtreecommitdiff
path: root/assets/css/page-generic.css
blob: cc41691fb715cd1dde31733286b1cedf45815db6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*GESTION DE LA GRILLE D'UNE PAGE DE TEXTE LEGAL/INFO/BORRING */
main {
	grid-area: core-start / main-col-sep 3 / main-row-fin / main-col-sep 9;
}

/* Tablettes */
@media (max-width: 1500px) and (min-width: 801px) {
	main {
		grid-area: core-start / main-col-sep 1 / main-row-fin / main-col-sep 11;
	}
}

/* Smartphones */
@media (max-width: 800px) {
	main {
		grid-area: core-start / main-col-start / main-row-fin / main-col-sep 12;
	}
}