Skip to content

Commit d82d568

Browse files
committed
revert some
1 parent c221a54 commit d82d568

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

app/_components/footer.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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
}

app/page.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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 */}

0 commit comments

Comments
 (0)