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
commit e2ca2101e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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