]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - static/css/style.css
Merge pull request #42 from freenode/template-artlist-main
[irc/freenode/web-7.0.git] / static / css / style.css
index e2d42164f3535c80a49860b9a8cd2a4e13d5a172..7609414d1b4ca8fea14d0474a45fe56c44cdc517 100644 (file)
@@ -185,7 +185,7 @@ h1 {
 
 div.art {
     clear: right;
-    min-height: 2em;
+    min-height: 3em;
     flex-grow: 1;
 }
 
@@ -194,7 +194,7 @@ div.artlist {
     flex-wrap: wrap;
     justify-content: flex-start;
     align-items: stretch;
-    max-width: 600px;
+    max-width: var(--max-width);
     margin: 0 auto;
     margin-top: .5em;
 }
@@ -393,6 +393,10 @@ a.hchild:hover,a.hchild:active {
         border-radius: calc(var(--box-round) / 2);
         margin: 5px 0;
     }
+
+    div.artlist {
+        padding: 0 .3em;
+    }
 }
 
 .footer h2,.footer h3 {