Fix figure margin

This commit is contained in:
Mimi 2025-08-22 12:11:44 +08:00
parent bcd927663b
commit 2695b0795d

View File

@ -45,6 +45,10 @@
margin-left: 4px; margin-left: 4px;
} }
figure:not(.highlight) {
margin: 0 auto 20px;
}
// https://github.com/hexojs/hexo-renderer-marked/pull/264 // https://github.com/hexojs/hexo-renderer-marked/pull/264
// https://github.com/next-theme/hexo-next-exif // https://github.com/next-theme/hexo-next-exif
figure:not(.highlight) figcaption { figure:not(.highlight) figcaption {