aboutsummaryrefslogtreecommitdiff
path: root/static/css/page-generic.css
blob: 73430186bef03b04e01f05a05d6521805519d4b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*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;
	}
}