Skip to content

Commit d6b1624

Browse files
committed
Test mermaid.
1 parent 2855115 commit d6b1624

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/layouts/MarkdownLayout.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ const { title, description } = Astro.props;
99
<Layout title={title} description={description}>
1010
<slot />
1111
</Layout>
12+
13+
<style>
14+
.mermaid-0 {
15+
min-width: 1264px;
16+
}
17+
</style>

0 commit comments

Comments
 (0)