2019-02-15 14:45:35 +00:00
|
|
|
.comparative-targets {
|
2018-12-13 18:12:19 +00:00
|
|
|
display: flex;
|
2018-12-14 16:16:24 +00:00
|
|
|
flex-wrap: wrap;
|
2019-02-15 14:45:35 +00:00
|
|
|
justify-content: center;
|
2019-01-04 18:24:49 +00:00
|
|
|
}
|
2019-02-15 14:45:35 +00:00
|
|
|
@media (max-width: 800px) {
|
|
|
|
.comparative-targets {
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2019-01-07 17:54:50 +00:00
|
|
|
}
|