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