Optimize the style of beian image (#350)

This commit is contained in:
Mimi 2021-08-30 12:32:43 +08:00 committed by GitHub
parent 2eaf869e89
commit f1700648e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,8 @@
if (hexo-config('footer.beian.enable') && hexo-config('footer.beian.gongan_icon_url')) { if (hexo-config('footer.beian.enable') && hexo-config('footer.beian.gongan_icon_url')) {
.beian img { .beian img {
display: inline-block; display: inline-block;
margin: 0 3px;
vertical-align: middle;
} }
} }