Improve blog page

This commit is contained in:
Devon Campbell 2022-11-28 23:51:20 -08:00
commit c37c50955a
3 changed files with 26 additions and 2 deletions

View file

@ -248,3 +248,20 @@ p:first-of-type {
padding: 2rem;
}
}
.post-list {
list-style-type: none;
margin: 4rem 0 0;
padding: 0;
}
.post-list li:not(:last-of-type) {
margin-bottom: 4rem;
}
.post-list h2 {
margin-bottom: 0.25rem;
}
.post-list small {
display: block;
opacity: 0.8;
margin-bottom: 0.75rem;
}