We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1801048 commit 3642e73Copy full SHA for 3642e73
1 file changed
sentinelops-frontend/app/page.tsx
@@ -35,7 +35,7 @@ export default function LandingPage() {
35
animate={{ opacity: 1, y: 0 }}
36
transition={{ duration: 1, ease: [0.16, 1, 0.3, 1] }}
37
>
38
- <div className="relative inline-block mb-10">
+ <div className="relative mx-auto w-24 h-24 mb-10 flex justify-center items-center">
39
<motion.div
40
animate={{ rotate: 360 }}
41
transition={{ duration: 20, repeat: Infinity, ease: "linear" }}
0 commit comments