Browse Source

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

Moritz Schmidt 9 năm trước cách đây
mục cha
commit
4e0baef62e
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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%;
       }