From 1c2086ac422fb4abb479d7515ffc2f571830c03c Mon Sep 17 00:00:00 2001 From: Courier Date: Sat, 22 Nov 2025 23:11:48 +0400 Subject: [PATCH] 404 page init --- src/routes/+error.svelte | 17 +++++++---------- src/style/app.sass | 3 +-- 2 files changed, 8 insertions(+), 12 deletions(-) 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