2018-04-16 02:33:54 +02:00
|
|
|
.news__container {
|
2018-08-15 15:08:20 +02:00
|
|
|
display: flex;
|
2018-04-16 02:33:54 +02:00
|
|
|
|
2018-08-15 15:59:34 +02:00
|
|
|
@media (max-width: @site-mobile-width) {
|
2018-08-15 15:08:20 +02:00
|
|
|
flex-direction: column;
|
2018-04-16 02:33:54 +02:00
|
|
|
}
|
|
|
|
}
|