497
modifications
Aucun résumé des modifications |
Aucun résumé des modifications Balise : Révocation manuelle |
||
(12 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 321 : | Ligne 321 : | ||
/* </pre> */ | /* </pre> */ | ||
.sim_cat_ctn { | |||
. | |||
display: flex; | display: flex; | ||
justify-content: space-between; | |||
flex-wrap: wrap; | |||
} | } | ||
.col-2 { | |||
. | width: 48%; | ||
} | } | ||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
. | .sim_cat_ctn { | ||
flex-direction: column | flex-direction: column; | ||
} | } | ||
.col-2 { | |||
width: 100%; | |||
width: 100% | |||
} | } | ||
} | } |