浏览代码

css fixes

Olivier Massot 2 年之前
父节点
当前提交
26758b156a
共有 1 个文件被更改,包括 5 次插入3 次删除
  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 {