« Modèle:Infobox/styles.css » : différence entre les versions
De Nefald
Autres actions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 12 : | Ligne 12 : | ||
text-align: left; | text-align: left; | ||
display: block; | display: block; | ||
/* Propriétés de flottement */ | |||
float: right; | |||
margin-left: 20px; | |||
margin-right: 0; | |||
} | } | ||
Ligne 75 : | Ligne 79 : | ||
@media only screen and (max-width: 720px) { | @media only screen and (max-width: 720px) { | ||
.infobox-table { | .infobox-table { | ||
float: none; | |||
margin-right: auto; | margin-right: auto; | ||
margin-left: auto; | margin-left: auto; | ||
margin-top: 0; | |||
} | } | ||
} | } |