Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 30 : | Ligne 30 : | ||
} | } | ||
tr { | tr { | ||
display: flex; | display: flex!important; | ||
flex-direction: row; | flex-direction: row!important; | ||
align-items: center; | align-items: center!important; | ||
} | } | ||
} | } | ||
Version du 9 février 2024 à 15:19
/* Le CSS placé ici sera appliqué à tous les habillages. */
@media only screen and (max-width: 270px) {
#bodyContent {
zoom: 0.2;
}
}
@media only screen and (min-width: 270px) {
#bodyContent {
zoom: 0.3;
}
}
@media only screen and (min-width: 340px) {
#bodyContent {
zoom: 0.4;
}
}
@media only screen and (min-width: 415px) {
#bodyContent {
zoom: 0.5;
}
}
@media only screen and (min-width: 570px) {
#bodyContent {
zoom: 0.7;
}
tr {
display: flex!important;
flex-direction: row!important;
align-items: center!important;
}
}
@media only screen and (min-width: 730px) {
#bodyContent {
zoom: 0.9;
}
}
@media only screen and (min-width: 850px) {
#bodyContent {
zoom: 1;
}
}
table {
border: none;
}
tr {
display: flex;
flex-direction: column;
align-items: center;
}