]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - static/css/style.css
Merge pull request #41 from freenode/design-spacing
[irc/freenode/web-7.0.git] / static / css / style.css
index e2d42164f3535c80a49860b9a8cd2a4e13d5a172..812d73c2a0d36095c6449b2f9cced4063941aa61 100644 (file)
@@ -96,7 +96,7 @@ a {
     margin-top: .75em;
     padding: 0 .75em;
     max-width: var(--max-width);
-    line-height: 140%;
+    line-height: 1.3;
 }
 
 .main h1,
@@ -185,7 +185,6 @@ h1 {
 
 div.art {
     clear: right;
-    min-height: 2em;
     flex-grow: 1;
 }
 
@@ -194,7 +193,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;
 }
@@ -221,6 +220,7 @@ p.art-ingress {
     float: right;
     color: #ccc;
     margin: 0 .5em;
+    line-height: 24px;
 }
 
 p.heading {