diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-06-10 15:10:00 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-06-10 15:10:00 +0200 |
commit | fa4e8634c558abbfe7026de56daeed1d96f849e9 (patch) | |
tree | 65a9a1b11707d4291301bfdb03a8e3dca3ed30e5 /layouts/shortcodes | |
parent | 784fd9bd6a9fcbdf1888f39c3f4dd753ee84f265 (diff) |
Remove flex from mermaid chart
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r-- | layouts/shortcodes/mermaid.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/mermaid.html b/layouts/shortcodes/mermaid.html index 0d4ff86..66eb4a6 100644 --- a/layouts/shortcodes/mermaid.html +++ b/layouts/shortcodes/mermaid.html @@ -4,6 +4,6 @@ {{ .Page.Scratch.Set "mermaid" true }} {{ end }} -<p class="mermaid flex align-center"> +<p class="mermaid"> {{ .Inner }} </p> |