Prechádzať zdrojové kódy

Merge branch 'hotfix/V8-5708-la-vue-responsive-des-actus-du-t' into develop

Olivier Massot 1 rok pred
rodič
commit
490cf91f5c

+ 6 - 0
ot_templating/Resources/Public/assets/Modern/style/custom.css

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