Skip to content

Commit 3642e73

Browse files
author
SentinelBot
committed
Update page.tsx
1 parent 1801048 commit 3642e73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentinelops-frontend/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function LandingPage() {
3535
animate={{ opacity: 1, y: 0 }}
3636
transition={{ duration: 1, ease: [0.16, 1, 0.3, 1] }}
3737
>
38-
<div className="relative inline-block mb-10">
38+
<div className="relative mx-auto w-24 h-24 mb-10 flex justify-center items-center">
3939
<motion.div
4040
animate={{ rotate: 360 }}
4141
transition={{ duration: 20, repeat: Infinity, ease: "linear" }}

0 commit comments

Comments
 (0)