mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 04:05:01 +00:00
11 lines
191 B
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;
|
|
}
|
|
}
|