1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 00:35:00 +00:00
mon-entreprise/source/components/ComparativeTargets.css

11 lines
191 B
CSS

.comparative-targets {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
@media (max-width: 800px) {
.comparative-targets {
flex-direction: column;
align-items: center;
}
}