fix: add some spacing

pull/1/head
Nicolas Doby 2022-11-17 17:30:14 +01:00
parent d3fe4c6b5d
commit e56ed1ed72
1 changed files with 4 additions and 1 deletions

View File

@ -243,8 +243,11 @@ figure figcaption {
border-radius: 5px; border-radius: 5px;
box-shadow: 0 5px 10px rgba(0,0,0,0.3); box-shadow: 0 5px 10px rgba(0,0,0,0.3);
} }
.post-list-item p {
margin: 2rem 0;
}
.post-list-header h2 { .post-list-header h2 {
margin-bottom: .5rem; margin-bottom: 1.5rem;
} }
.post-list-link { .post-list-link {
flex-basis: calc(100% - 1.5rem); flex-basis: calc(100% - 1.5rem);