mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-20 19:02:33 +00:00
Fix figure margin
This commit is contained in:
parent
bcd927663b
commit
2695b0795d
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user