center mermaid (#394)
This commit is contained in:
parent
493a34b1fa
commit
53fddd24be
|
@ -1,18 +1,9 @@
|
||||||
pre.mermaid
|
pre.mermaid
|
||||||
display: inline-block
|
display: flex;
|
||||||
width: 100%
|
align-items: center;
|
||||||
text-align: center
|
justify-content: center;
|
||||||
font-family: $ff-body
|
font-family: $ff-body
|
||||||
|
|
||||||
.mermaid svg
|
|
||||||
width: 100%
|
|
||||||
display: inline-block
|
|
||||||
|
|
||||||
|
|
||||||
.mermaid svg
|
|
||||||
width: 100%
|
|
||||||
display: inline-block
|
|
||||||
|
|
||||||
.mermaid span,text
|
.mermaid span,text
|
||||||
font-family: $ff-body
|
font-family: $ff-body
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue