10 lines
136 B
CSS

img {
display: block;
margin-left: auto;
margin-right: auto;
max-width:500px;
}
div.mermaid {
text-align: center;
}