🐛 Style: fix that the width of mermaid image exceeds the post container

This commit is contained in:
Cell
2022-07-09 20:11:41 +08:00
parent 3ae17a26fe
commit 37dc7068d9
+3
View File
@@ -256,6 +256,9 @@
max-width: 100%;
min-height: 1em;
}
svg {
max-width: 100%;
}
figure {
margin: 0.5rem;