Browse Source

css fixes

Olivier Massot 2 năm trước cách đây
mục cha
commit
26758b156a

+ 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 {