Skip to content

Commit

Permalink
remove 404 wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ECorreia45 committed Dec 6, 2023
1 parent 5d09825 commit c45fbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/404.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default ({ page, name }: PageComponentProps) =>
<link rel="stylesheet" href="./stylesheets/landing.css" />
`,
content: html`
<div class="wrapper" style="height: 500px; padding-top: 50px;">
<div style="height: 500px; padding-top: 50px;">
<h2>404 - Page Not Found</h2>
<p>
Either the page was moved or removed, or you are making
Expand Down

0 comments on commit c45fbba

Please sign in to comment.