File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,7 @@ export function Footer() {
8383 </ div >
8484
8585 { /* Background decoration */ }
86- < div
87- className = "absolute bottom-0 left-1/2 w-[400px] h-[200px] bg-gradient-to-t from-primary/5 to-transparent rounded-full blur-3xl -z-10"
88- style = { { transform : "translate3d(-50%, 0, 0)" } }
89- />
86+ < div className = "absolute bottom-0 left-1/2 transform -translate-x-1/2 w-[400px] h-[200px] bg-gradient-to-t from-primary/5 to-transparent rounded-full blur-3xl -z-10" />
9087 </ footer >
9188 ) ;
9289}
Original file line number Diff line number Diff line change @@ -112,10 +112,7 @@ export default function Home() {
112112 </ div >
113113
114114 { /* Background decoration */ }
115- < div
116- className = "absolute top-1/2 left-1/2 w-[800px] h-[800px] bg-gradient-to-r from-primary/10 to-secondary/10 rounded-full blur-3xl -z-10"
117- style = { { transform : "translate3d(-50%, -50%, 0)" } }
118- />
115+ < div className = "absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 w-[800px] h-[800px] bg-gradient-to-r from-primary/10 to-secondary/10 rounded-full blur-3xl -z-10" />
119116 </ section >
120117
121118 { /* Features Section */ }
You can’t perform that action at this time.
0 commit comments