Merge pull request #458 from anbuchelva/master

fix: wrap date in posts page
This commit is contained in:
Dillon
2022-05-02 17:23:31 +08:00
committed by GitHub

View File

@@ -68,7 +68,7 @@
}
.archive-item-date {
width: 4em;
width: 6em;
text-align: right;
color: $global-font-secondary-color;