fix: add a link to show all articles

This commit is contained in:
2023-10-09 16:59:49 +02:00
parent a6ccfaaea9
commit 11f7a7e20a
3 changed files with 10 additions and 5 deletions

View File

@@ -308,12 +308,11 @@ figure figcaption {
/*!* Posts list *!*/
.post-list {
display: flex;
flex-wrap: wrap;
gap: 3rem;
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 2rem;
}
.post-list-item {
max-width: 410px;
padding: 2rem;
border-radius: 5px;
box-shadow: 0 5px 10px rgba(0,0,0,0.3);