Added font size to post date and rearranged post title in blog index.

This commit is contained in:
Paul Gauthier 2024-02-19 14:46:59 -08:00
parent b3d59539db
commit 23f99c2691
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@
}
.post-date {
color: #777;
font-size: 0.85em;
margin-bottom: 1em;
display: block;
}