Explorar el Código

Update display of similar articles

jherve hace 1 año
padre
commit
5c256fa177
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      static/style.css

+ 6 - 0
static/style.css

@@ -27,6 +27,12 @@ h1, h2, h3, h4 {
     overflow: scroll;
     height: 100%;
     background-color: #eee;
+
+    display: grid;
+    grid-gap: 2em;
+}
+#article_browser .focused .similar {
+    align-self: end;
 }
 #article_browser .focused h2 img {
     vertical-align: middle;