]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
Shot in the dark...
authorSvante Bengtson <redacted>
Wed, 24 Feb 2016 07:50:32 +0000 (08:50 +0100)
committerSvante Bengtson <redacted>
Wed, 24 Feb 2016 07:50:32 +0000 (08:50 +0100)
static/css/style.css

index 3582c9939d2c266d29c64ec4bfa3303e530960a2..7b063c120c35d6461c02662fb4500eea6bc64162 100644 (file)
@@ -192,7 +192,10 @@ div.art {
 }
 
 div.artlist {
-    
+    display: flex;
+    flex-wrap: wrap;
+    justify-content: space-around;
+    align-items: stretch;
 }
 
 div.artlist:first-child {