9 lines
131 B
CSS
9 lines
131 B
CSS
|
.news__container {
|
||
|
display: flex;
|
||
|
}
|
||
|
@media (max-width: 800px) {
|
||
|
.news__container {
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
}
|