Browse Source

limit news images size

Olivier Massot 2 years ago
parent
commit
579273059a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      ot_templating/Resources/Public/assets/Modern/style/custom.css

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

@@ -599,6 +599,10 @@
         margin-left: 4px;
     }
 
+    .news-list-view img {
+        max-width: 225px;
+    }
+
 /*============================
     CORRECTIFS
 ==============================