diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte index eed604c..3a0c739 100644 --- a/src/routes/+error.svelte +++ b/src/routes/+error.svelte @@ -1,23 +1,20 @@ - - 404 — Page Not Found - -
- - - +

{@html t.message}

- + + +
diff --git a/src/style/app.sass b/src/style/app.sass index 61ee9ec..cc77d3f 100644 --- a/src/style/app.sass +++ b/src/style/app.sass @@ -59,5 +59,4 @@ body .error-page__button-container position: absolute; bottom: 16px; - width: calc(100% - 32px) - max-width: 450px; \ No newline at end of file + width: calc(100% - 32px) \ No newline at end of file