fix: add a link to show all articles
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user