File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export const CodeBox = () => {
13
13
}
14
14
} , [ ] ) ;
15
15
return ( < >
16
- < div className = "absolute rounded-2xl bg-bgDarker1/90 ring-1 ring-white/10 backdrop-blur w-4/5 2xl:w-[1200px] text-left" >
16
+ < div className = "rounded-2xl bg-bgDarker1/90 ring-1 ring-white/10 backdrop-blur text-left" >
17
17
< div className = "absolute -top-px left-20 right-11 h-px bg-gradient-to-r from-primaryColor/0 via-secondaryColor/70 to-primaryColor/0" > </ div >
18
18
< div className = "absolute -bottom-px left-11 right-20 h-px bg-gradient-to-r from-primaryColor/0 via-secondaryColor to-primaryColor/0" > </ div >
19
19
< div className = "pl-4 pt-4" >
Original file line number Diff line number Diff line change @@ -93,12 +93,9 @@ export const Hero = () => {
93
93
transition = { { duration : 0.5 , delay : 0.15 } }
94
94
>
95
95
< div className = "relative w-screen flex justify-center " >
96
- { /* <img
97
- src={dashboard.src}
98
- alt="Dashboard image"
99
- className="w-4/5 2xl:w-[1200px] mx-auto absolute z-10 rounded-xl main-border-gray hero-dashboard-border-gradient lg:top-6 xl:top-0"
100
- /> */ }
101
- < CodeBox />
96
+ < div className = "absolute z-10 w-4/5 2xl:w-[1200px] lg:top-6" >
97
+ < CodeBox />
98
+ </ div >
102
99
</ div >
103
100
</ motion . div >
104
101
< div className = "relative w-screen flex justify-center " >
You can’t perform that action at this time.
0 commit comments