]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - static/css/style.css
Add a title and more spacing into the article list
[irc/freenode/web-7.0.git] / static / css / style.css
index afc1b97ebec2ee726dba2030a8388038fe1d02b8..a0b34943668a05742255c4602fd510d777d81852 100644 (file)
@@ -191,7 +191,7 @@ hr {
     background-color: var(--box-hover-color);
 }
 
-.box div{
+.box span {
     position: relative;
     top: initial;
     font-size: 20px;
@@ -237,13 +237,13 @@ hr {
         margin: 0 .5em;
     }
 
-    .box div {
+    .box span {
         font-size: 22px;
         line-height: 22px;
         padding-left: 8px;
-        font-weight: 700;
+        font-weight: bold;
         position: relative;
-        display: inline;
+        display: inline-block;
         text-align: center;
     }
 
@@ -260,7 +260,7 @@ h1 {
 }
 
 .art-info {
-    line-height: 1.6;
+    line-height: 2.1;
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
@@ -284,6 +284,11 @@ h1 {
     margin-top: .5em;
 }
 
+.artlist.heading {
+    margin: 8em 0 2em 0;
+    padding: 0 0.75em;
+}
+
 .artlist .art-info:not(:first-child) {
     border-top: 1px solid var(--border-color);
 }