center all images in posts
This commit is contained in:
parent
a08607f9a1
commit
3692440a51
@ -1 +1,6 @@
|
||||
/* Place custom css here */
|
||||
/* Place custom css here */
|
||||
figure img {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
Loading…
Reference in New Issue
Block a user