We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b382c commit 4cf430aCopy full SHA for 4cf430a
2 files changed
src/components/UnderConstructionPage.astro
@@ -27,7 +27,7 @@ const { title } = Astro.props;
27
</section>
28
</header>
29
30
- <main class="p-5">
+ <main class="container py-5">
31
<section class="fs-2">
32
<slot />
33
<p>We are working on it...</p>
src/pages/404.astro
@@ -10,7 +10,7 @@ import Layout from "../layouts/Layout.astro";
10
11
12
13
14
- <h2>Please visit <a href="/">Gephi.org homepage</a> to find the information you were looking for.</h2>
+ <h2>Please visit <a href="/">Gephi.org</a> homepage to find the information you were looking for.</h2>
15
</main>
16
</Layout>
0 commit comments