Skip to content

Commit 90a64c1

Browse files
committed
fix error comp styles
1 parent aeda505 commit 90a64c1

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

src/routes/+error.svelte

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@
22
import { page } from '$app/state';
33
</script>
44

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>
5+
<div class="flex h-dvh w-full flex-col items-center justify-center p-padding">
6+
<div class="flex w-full max-w-prose-body flex-col items-start gap-gap">
7+
<span class="text-2xl filter-(--pixelate)">🫢</span>
138
<h1>
149
{page.status}
1510
</h1>

0 commit comments

Comments
 (0)