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