mirror of https://gitlab.com/curben/blog
fix(css): add padding between images
This commit is contained in:
parent
2779d94d55
commit
b573092e2f
|
@ -911,6 +911,7 @@ blockquote {
|
||||||
.article .article-entry img {
|
.article .article-entry img {
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article .article-entry blockquote footer {
|
.article .article-entry blockquote footer {
|
||||||
|
|
Loading…
Reference in New Issue