浏览代码

Added Flex for .row so that all imgs are same-heighted

Moritz Schmidt 9 年之前
父节点
当前提交
4e0baef62e
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      templates/header.php

+ 5 - 0
templates/header.php

@@ -32,6 +32,11 @@
         }
       }
 
+      .row {
+        display: flex;
+        flex-wrap: wrap;
+      }
+
       .col-sm-3 > div > a > img {
         width: 100%;
       }