feat(article): display last updated time of a post

This commit is contained in:
Jimmy Cai
2020-09-06 20:26:18 +02:00
parent 3742a0775b
commit 0cac2218e3
2 changed files with 14 additions and 1 deletions
+7 -1
View File
@@ -71,14 +71,20 @@
padding: var(--content-padding);
padding-top: 0;
.article-copyright {
section:not(:first-child) {
margin-top: var(--content-padding);
}
section {
color: var(--card-text-color-tertiary);
text-transform: uppercase;
display: flex;
align-items: center;
font-size: 1.4rem;
svg {
width: 20px;
height: 20px;
margin-right: 15px;
stroke-width: 1.33;
}