refactor: review home page

This commit is contained in:
2022-10-28 16:53:44 +02:00
parent 0ae0555430
commit c3ee5e2de1
5 changed files with 12 additions and 26 deletions
-16
View File
@@ -214,22 +214,6 @@ figure figcaption {
}
/*!* Posts list *!*/
.article-list {
list-style: none;
padding: 0;
}
.article-list li {
margin: 2px;
}
.article-list li p {
margin: 1.5rem 0 2.5rem;
}
.article-list li div {
display: flex;
}
.article-list li div a {
flex-grow: 1;
}
.post-list {
display: flex;
flex-wrap: wrap;