Преглед изворни кода

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

Olivier Massot пре 1 година
родитељ
комит
490cf91f5c
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      ot_templating/Resources/Public/assets/Modern/style/custom.css

+ 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;
 }