|
@@ -1056,6 +1056,12 @@ section.news .news-list-view {
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+@media (max-width: 600px) {
|
|
|
|
|
+ section.news .news-list-view {
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
section.news .news-list-view .article {
|
|
section.news .news-list-view .article {
|
|
|
margin: 10px 24px;
|
|
margin: 10px 24px;
|
|
|
}
|
|
}
|