/* Theme's main.css caps every svg at max-height:15px (for footer icons).
   Let Mermaid diagrams size naturally instead. */
.mermaid svg {
  max-height: none;
  max-width: 100%;
  height: auto;
}

.mermaid {
  text-align: center;
}
