1
0
mirror of https://github.com/Wonderfall/hugo-WonderMod.git synced 2025-04-02 07:33:34 +02:00

Fix image margin too close to text

This commit is contained in:
Aditya Telange 2021-07-03 14:29:36 +05:30
parent 664299cc7c
commit 129b5bd063

@ -237,10 +237,11 @@
.post-content img {
border-radius: 4px;
margin: 1rem 0;
}
.post-content img[src*="#center"] {
margin: auto;
margin: 1rem auto;
}
.post-content figure.align-center {