Skip to content

Commit 72ac30d

Browse files
Update Hero.tsx
1 parent c4bd7a2 commit 72ac30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const Hero = () => {
4545
<section id="home" className="min-h-screen flex flex-col items-center justify-center relative px-4 overflow-hidden py-16 lg:py-0">
4646
<MatrixBackground />
4747
<div className="w-full max-w-sm p-2 border border-green-400/30 rounded-lg bg-black/50 backdrop-blur-sm z-10
48-
lg:absolute lg:top-24 lg:left-16 lg:max-w-md order-1 lg:order-none">
48+
lg:absolute lg:top-24 lg:left-12 lg:max-w-md order-1 lg:order-none">
4949
<pre className="text-sm text-green-400 font-mono whitespace-pre-wrap">
5050
{`import { useState } from "react";
5151

0 commit comments

Comments
 (0)