Explorar el Código

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

Moritz Schmidt hace 9 años
padre
commit
4e0baef62e
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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%;
       }