Skip to content

Commit c2f5152

Browse files
committed
change: dialed back error page sizing
1 parent 895c1e2 commit c2f5152

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/js/pages/Error.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ const details = computed(() => {
2424
<div class="h-screen flex items-center justify-center">
2525
<Card class="p-4 py-6 sm:p-12">
2626
<template #content>
27-
<div class="flex flex-col gap-8 items-center justify-center text-center">
28-
<h1 class="font-extrabold text-5xl md:text-8xl text-primary">
27+
<div class="flex flex-col gap-6 md:gap-8 items-center justify-center text-center">
28+
<h1 class="font-extrabold text-2xl md:text-4xl text-primary">
2929
{{ props.status }}
3030
</h1>
3131
<h2 class="font-extrabold text-4xl md:text-6xl">
3232
{{ title }}
3333
</h2>
34-
<p class="text-xl font-semibold md:text-3xl text-muted-color">
34+
<p class="text-xl font-semibold text-muted-color">
3535
{{ details }}
3636
</p>
3737
<InertiaLink :href="props.homepageRoute">

0 commit comments

Comments
 (0)