File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ const FrontPage: Page = ({ }) => {
31
31
< title > Commit Rocket</ title >
32
32
</ Head >
33
33
< main aria-labelledby = "hero-title" className = "flex flex-col flex-1 w-full gap-4 pb-8" >
34
- < section aria-label = "hero" className = "flex flex-col-reverse items-center h-fit min-h-0 max-w-7xl lg :flex-row lg :min-h-[30rem] lg :h-[75dvh] lg :h-[75vh] mx-auto" >
35
- < div className = "relative flex flex-col items-center justify-center h-full col-span-3 gap-8 text-center lg :w-3/5" >
36
- < div className = "absolute w-full h-full opacity-20 aspect-square bg-gradient-radial from-primary to-transparent -z-10" aria-hidden />
34
+ < section aria-label = "hero" className = "flex flex-col-reverse items-center h-fit min-h-0 max-w-7xl xl :flex-row xl :min-h-[30rem] xl :h-[75dvh] xl :h-[75vh] mx-auto" >
35
+ < div className = "relative flex flex-col items-center justify-center h-full col-span-3 gap-8 text-center xl :w-3/5" >
36
+ { /* <div className="absolute w-full h-full opacity-20 aspect-square bg-gradient-radial from-primary to-transparent -z-10" aria-hidden /> */ }
37
37
< h1
38
38
id = "hero-title"
39
39
className = "text-3xl font-bold lg:text-6xl text-primary"
@@ -47,8 +47,8 @@ const FrontPage: Page = ({ }) => {
47
47
Try it Yourself
48
48
</ LinkButton >
49
49
</ div >
50
- < div className = "relative flex items-center justify-center w-full min-h-[20rem] max-h-[40dvh] max-h-[40vh] lg :min-h-0 lg :h-full lg :max-h-full lg :w-2/5" style = { { aspectRatio : `${ LogoPicture . width } / ${ LogoPicture . height } ` } } >
51
- < div className = "absolute w-full h-full opacity-50 aspect-square bg-gradient-radial from-primary to-transparent" aria-hidden />
50
+ < div className = "relative overflow-hidden flex items-center justify-center w-full min-h-[20rem] max-h-[40dvh] max-h-[40vh] xl :min-h-0 xl :h-full xl :max-h-full xl :w-2/5" style = { { aspectRatio : `${ LogoPicture . width } / ${ LogoPicture . height } ` } } >
51
+ { /* <div className="absolute w-full h-full opacity-20 aspect-square bg-gradient-radial from-primary to-transparent" aria-hidden /> */ }
52
52
< motion . img
53
53
className = "absolute max-w-full max-h-full object-contain aspect-auto w-full rotate-[10deg] text-[0px]"
54
54
loading = "eager"
You can’t perform that action at this time.
0 commit comments