9 lines
88 B
SCSS
9 lines
88 B
SCSS
.mermaid {
|
|
text-align: center;
|
|
|
|
svg {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
}
|