File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments