Autres actions
Test |
Test |
||
Ligne 1 : | Ligne 1 : | ||
/* La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. */ | /* La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. */ | ||
/* Move page header to the bottom for main pages */ | /* Move page header to the bottom for main pages */ | ||
.page-Exostation .citizen-body-container { | .page-Exostation .citizen-body-container { | ||
grid-template-areas: | grid-template-areas: | ||
"content" | "content" |
Version du 30 mars 2025 à 15:55
/* La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. */ /* Move page header to the bottom for main pages */ .page-Exostation .citizen-body-container { grid-template-areas: "content" "header" "afterHeader" "footer"; }