Browse Source

Move date of focused article

jherve 1 năm trước cách đây
mục cha
commit
68025de5ba
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      static/style.css

+ 4 - 1
static/style.css

@@ -33,9 +33,12 @@ h1, h2, h3, h4 {
     background-color: #eee;
 
     display: grid;
-    grid-gap: 2em;
+}
+#article_browser .focused time {
+    justify-self: end;
 }
 #article_browser .focused .similar {
+    margin-top: 3em;
     align-self: end;
 }
 #article_browser .focused h2 img {