Browse Source

css fixes

Olivier Massot 2 years ago
parent
commit
26758b156a
1 changed files with 5 additions and 3 deletions
  1. 5 3
      ot_templating/Resources/Public/assets/Modern/style/custom.css

+ 5 - 3
ot_templating/Resources/Public/assets/Modern/style/custom.css

@@ -279,11 +279,13 @@
         flex: 1;
         display: flex;
         flex-direction: column;
-        justify-content: flex-start;
+        justify-content: center;
     }
 
-    .events .card .p4 {
-        height: 100%;
+    .events .card .p-4 {
+        flex-direction: column;
+        justify-content: flex-start;
+        height: max-content;
     }
 
     .events .card img {