497
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 320 : | Ligne 320 : | ||
/* </pre> */ | /* </pre> */ | ||
.sim_cat_ctn { | |||
display: flex; | |||
justify-content: space-between; | |||
flex-wrap: wrap; | |||
} | |||
.col-2 { | .col-2 { | ||
width: 48%; | width: 48%; | ||
} | } | ||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
.sim_cat_ctn { | |||
flex-direction: column; | |||
} | |||
.col-2 { | .col-2 { | ||
width: 100%; | width: 100%; | ||
} | } | ||
} | } | ||