Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 55 : | Ligne 55 : | ||
border-radius: 20px!important; | border-radius: 20px!important; | ||
overflow: hidden!important; | overflow: hidden!important; | ||
zoom: 1; | |||
} | } | ||
Version du 9 février 2024 à 15:32
/* 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; } table { zoom: 1.5!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!important; border-radius: 20px!important; overflow: hidden!important; zoom: 1; } tr { display: flex; flex-direction: column; align-items: center; } .citizen-table-wrapper { overflow: hidden!important; border-radius: 25px!important; }