feat: centering svg images

This commit is contained in:
jeffreytse 2020-09-17 11:22:06 +08:00
parent c8e68b4de5
commit 5c26a066e5

View file

@ -420,7 +420,7 @@ html {
} }
} }
img, iframe { img, svg, iframe {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
display: block; display: block;