🎨 Style: add mermaid enhance style

This commit is contained in:
Cell
2023-03-26 23:50:22 +08:00
parent 60e9d6f0b9
commit d4e1a2392f
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -5,3 +5,4 @@
@import '_echarts';
@import '_instagram';
@import '_mapbox';
@import '_mermaid';
+8
View File
@@ -0,0 +1,8 @@
.mermaid {
text-align: center;
svg {
max-width: 100%;
height: auto;
}
}