hexo-theme-stellar/source/css/_plugins/mermaid.styl

11 lines
136 B
Stylus
Raw Normal View History

pre.mermaid {
display: inline-block;
width: 100%;
text-align: center;
}
.mermaid svg {
width: 100%;
display: inline-block;
}