We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeda505 commit 90a64c1Copy full SHA for 90a64c1
src/routes/+error.svelte
@@ -2,14 +2,9 @@
2
import { page } from '$app/state';
3
</script>
4
5
-<div
6
- class="
7
- flex h-dvh w-full flex-col items-center justify-center p-padding
8
- filter-(--pixelate)
9
- "
10
->
11
- <div class="flex max-w-prose-body flex-col items-start gap-gap">
12
- <span class="text-2xl">🫢</span>
+<div class="flex h-dvh w-full flex-col items-center justify-center p-padding">
+ <div class="flex w-full max-w-prose-body flex-col items-start gap-gap">
+ <span class="text-2xl filter-(--pixelate)">🫢</span>
13
<h1>
14
{page.status}
15
</h1>
0 commit comments