Basic posts page

This commit is contained in:
Avijit 🚀
2021-05-29 13:59:23 +02:00
parent 20eecbaf1a
commit 728892acf1
5 changed files with 67 additions and 7 deletions

View File

@@ -127,3 +127,19 @@ html {
.post .post-content {
margin-top: 50px;
}
.all-posts .all-posts-title {
text-align: right;
}
.all-posts .posts-year {
margin-top: 40px;
}
.all-posts .post-title {
margin: 10px 0;
}
.post-title .post-date {
float: right;
}