11 lines
136 B
Stylus
11 lines
136 B
Stylus
|
pre.mermaid {
|
||
|
display: inline-block;
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.mermaid svg {
|
||
|
width: 100%;
|
||
|
display: inline-block;
|
||
|
}
|