File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,14 @@ import { Image } from "astro:assets";
12
12
</Head >
13
13
<body class =" bg-primary" >
14
14
<Navbar />
15
- <main class =" grid w-full h-[85vh] place-content- center text-light " >
15
+ <main class =" flex flex-col text-light items- center px-5 " >
16
16
<Image
17
17
src ={ CUNE_LOGO }
18
18
alt =" CUNE Logo"
19
19
width ={ CUNE_LOGO .width }
20
20
height ={ CUNE_LOGO .height }
21
+ loading =" eager"
22
+ decoding =" sync"
21
23
/>
22
24
<h1 class =" text-6xl font-bold tracking-wide text-center italic" >
23
25
Uh Oh.
@@ -27,7 +29,7 @@ import { Image } from "astro:assets";
27
29
back later!
28
30
</p >
29
31
<a
30
- class =" bg-light text-dark py-3 px-5 rounded hover:bg-accent active:scale-95 transition-all duration-200 mx-auto text-6xl text-center font-bold tracking-wide mt-5 "
32
+ class =" bg-light text-dark py-3 px-5 rounded hover:bg-accent active:scale-95 transition-all duration-200 mx-auto text-6xl text-center font-bold tracking-wide mt-12 "
31
33
href =" /" >Back</a
32
34
>
33
35
</main >
You can’t perform that action at this time.
0 commit comments