center all images in posts

This commit is contained in:
Benjamin Hays 2024-10-14 21:46:08 -04:00
parent a08607f9a1
commit 3692440a51

View File

@ -1 +1,6 @@
/* Place custom css here */
/* Place custom css here */
figure img {
display: block;
margin-left: auto;
margin-right: auto;
}