static/tgal.css: Use flex layout for folder galleries.
[tgal] / static / tgal.css
index 251541f..ca027f4 100644 (file)
@@ -76,8 +76,8 @@ div.footitem {
 }
 
 div.gallery {
-       display: block;
-       text-align: center;
+       display: flex; flex-direction: row; flex-wrap: wrap;
+       align-items: start; justify-content: space-evenly;
 }
 
 figure.thumb {