summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pages/index.mdx2
-rw-r--r--src/pages/index.tsx4
2 files changed, 4 insertions, 2 deletions
diff --git a/src/pages/index.mdx b/src/pages/index.mdx
index 7d73a54..5948423 100644
--- a/src/pages/index.mdx
+++ b/src/pages/index.mdx
@@ -7,4 +7,4 @@ description: "Project website of Corvos, a static site generator for Deno."
7import { template } from "./index.tsx"; 7import { template } from "./index.tsx";
8export { template }; 8export { template };
9 9
10It provides an easy-to-customize experience, designed to take full advantage of TypeScript's capabilities. 10Corvos provides a very customizeable experience with an emphasis on taking full advantage of TypeScript's capabilities.
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 0cbc3f8..5b1fa1f 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -36,7 +36,9 @@ export const template = site.$.template({ type: "home" }, (page, pages) => {
36 – A static site generator for Deno. 36 – A static site generator for Deno.
37 </Heading> 37 </Heading>
38 38
39 <div class="u-mbs-400 c-subtitle">{{ __html: page.content }}</div> 39 <Container class="u-mbs-400 c-subtitle u-mis-0" fixed>
40 {{ __html: page.content }}
41 </Container>
40 42
41 <HList class="u-mbs-700"> 43 <HList class="u-mbs-700">
42 <li> 44 <li>