]> 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 d076d4280a860d8cf9cf082e411c629022af08dc..812d73c2a0d36095c6449b2f9cced4063941aa61 100644 (file)
@@ -54,6 +54,7 @@ a {
     align-items: center;
     border-bottom: 1px solid var(--border-color);
     z-index: 100;
+    padding-right: 5px;
 }
 
 @media all and (max-width: 600px) {
@@ -63,16 +64,10 @@ a {
 }
 
 .navbar a {
+    margin-top: 2px;
     height: 40px;
 }
 
-a.nav-light {
-    background-color: #eee;
-    height: 44px;
-    padding: 2px;
-    margin-right: 3px;
-}
-
 .nlogo {
     height: 40px;
 }
@@ -101,7 +96,7 @@ a.nav-light {
     margin-top: .75em;
     padding: 0 .75em;
     max-width: var(--max-width);
-    line-height: 140%;
+    line-height: 1.3;
 }
 
 .main h1,
@@ -190,7 +185,6 @@ h1 {
 
 div.art {
     clear: right;
-    min-height: 2em;
     flex-grow: 1;
 }
 
@@ -199,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;
 }
@@ -226,6 +220,7 @@ p.art-ingress {
     float: right;
     color: #ccc;
     margin: 0 .5em;
+    line-height: 24px;
 }
 
 p.heading {