Center align images (#75)

This commit is contained in:
Yash Mehrotra
2021-09-11 21:41:16 +05:30
committed by GitHub
parent 5ccd06352f
commit d9f29555f6

View File

@@ -385,6 +385,11 @@ table td {
.post-content h5 { .post-content h5 {
margin-top: 20px; margin-top: 20px;
} }
.post-content img {
display: block;
margin-left: auto;
margin-right: auto;
}
/* LIST */ /* LIST */
.list-posts .list-title { .list-posts .list-title {