Explorar o código

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

Moritz Schmidt %!s(int64=9) %!d(string=hai) anos
pai
achega
4e0baef62e
Modificáronse 1 ficheiros con 5 adicións e 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%;
       }