mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
11 lines
123 B
SCSS
11 lines
123 B
SCSS
.mermaid {
|
|
&[data-processed='true'] {
|
|
text-align: center;
|
|
}
|
|
|
|
svg {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
}
|