关于图片默认居中
#211
Replies: 1 comment 1 reply
-
其实就几行 css 代码,你通过 F12 打开开发者面板便可查看到 .markdown img {
display: flex;
margin: 0 auto;
} 注释掉 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
您好,我想问下您的博客主题是如何设置 markdown 中的图片默认居中的呢?
Beta Was this translation helpful? Give feedback.
All reactions