Center align images (#75)
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user