]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - static/css/style.css
Shot in the dark...
[irc/freenode/web-7.0.git] / static / css / style.css
index 3b366504a7ea8b45ccca2b64872e742986a5f384..7b063c120c35d6461c02662fb4500eea6bc64162 100644 (file)
@@ -188,6 +188,18 @@ h1 {
 
 div.art {
     clear: right;
+    min-height: 2em;
+}
+
+div.artlist {
+    display: flex;
+    flex-wrap: wrap;
+    justify-content: space-around;
+    align-items: stretch;
+}
+
+div.artlist:first-child {
+    margin-top: .5em;
 }
 
 div.art:not(:first-child) {