« MediaWiki:Common.css » : différence entre les versions

De Wiki Dragon Quest
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 117 : Ligne 117 :
}
}


#portails { /*MEDIAQUERYAFAIRE*/
#flex_portails { /*MEDIAQUERYAFAIRE*/
display: flex;
display: flex;
flex-flow: row nowrap;
flex-flow: row nowrap;
}
}


#portails p {
#flex_portails p {
justify-content: space-around;
justify-content: space-around;
flex-grow:1;
flex-grow:1;
}
}


#partenariats {
#flex_partenariats {
display: flex;
display: flex;
flex-flow: row nowrap;
flex-flow: row nowrap;
}
}


#partenariats div { /*MEDIAQUERYAFAIRE*/
#flex_partenariats div { /*MEDIAQUERYAFAIRE*/
justify-content: space-around;
justify-content: space-around;
flex-grow:1;
flex-grow:1;
min-width: 30%;
min-width: 30%;
}
}