« 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 : | ||
} | } | ||
# | #flex_portails { /*MEDIAQUERYAFAIRE*/ | ||
display: flex; | display: flex; | ||
flex-flow: row nowrap; | flex-flow: row nowrap; | ||
} | } | ||
# | #flex_portails p { | ||
justify-content: space-around; | justify-content: space-around; | ||
flex-grow:1; | flex-grow:1; | ||
} | } | ||
# | #flex_partenariats { | ||
display: flex; | display: flex; | ||
flex-flow: row nowrap; | flex-flow: row nowrap; | ||
} | } | ||
# | #flex_partenariats div { /*MEDIAQUERYAFAIRE*/ | ||
justify-content: space-around; | justify-content: space-around; | ||
flex-grow:1; | flex-grow:1; | ||
min-width: 30%; | min-width: 30%; | ||
} | } | ||