Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored and astrobot-houston committed Aug 15, 2023
1 parent 483ecd5 commit 0b59bc9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions examples/with-markdoc/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ const { Content } = await intro.render();
---

<Layout title={intro.data.title}>
<main>
<h1>{intro.data.title}</h1>
<Content />
</main>
<main>
<h1>{intro.data.title}</h1>
<Content />
</main>
</Layout>

<style is:global>
table {
margin-block: 2rem;
margin-inline: auto;
}
table td {
padding-block: 0.3rem;
padding-inline: 0.5rem;
}
table {
margin-block: 2rem;
margin-inline: auto;
}
table td {
padding-block: 0.3rem;
padding-inline: 0.5rem;
}
</style>

0 comments on commit 0b59bc9

Please sign in to comment.