Change color of date in mobile

This commit is contained in:
Avijit 🚀
2021-08-04 22:58:49 +02:00
committed by Yash Mehrotra
parent f4bad71986
commit 31b7a2d491

View File

@@ -413,6 +413,10 @@ main#content .post {
.list-posts {
flex: 1;
}
.list-posts .post-date {
color: gray;
}
}
@media only screen and (min-width: 820px) {