mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-06-18 20:13:31 +08:00
fix pre style
This commit is contained in:
parent
d2902927a0
commit
91ab919f85
@ -406,8 +406,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
margin: initial;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -482,7 +484,7 @@
|
|||||||
blockquote,
|
blockquote,
|
||||||
figure,
|
figure,
|
||||||
.highlight,
|
.highlight,
|
||||||
pre:not(.highlight pre),
|
pre,
|
||||||
.gallery,
|
.gallery,
|
||||||
.video-wrapper,
|
.video-wrapper,
|
||||||
.table-wrapper,
|
.table-wrapper,
|
||||||
|
Loading…
Reference in New Issue
Block a user