Skip to content

Commit 4cf430a

Browse files
committed
404 under construction bad layout
1 parent 66b382c commit 4cf430a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/UnderConstructionPage.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const { title } = Astro.props;
2727
</section>
2828
</header>
2929

30-
<main class="p-5">
30+
<main class="container py-5">
3131
<section class="fs-2">
3232
<slot />
3333
<p>We are working on it...</p>

src/pages/404.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Layout from "../layouts/Layout.astro";
1010
</section>
1111
</header>
1212

13-
<main class="p-5">
14-
<h2>Please visit <a href="/">Gephi.org homepage</a> to find the information you were looking for.</h2>
13+
<main class="container py-5">
14+
<h2>Please visit <a href="/">Gephi.org</a> homepage to find the information you were looking for.</h2>
1515
</main>
1616
</Layout>

0 commit comments

Comments
 (0)