We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b0617 commit 75a2f33Copy full SHA for 75a2f33
web/src/app/page.tsx
@@ -179,7 +179,7 @@ export default function Home() {
179
</motion.div>
180
181
<motion.div
182
- className="flex items-center justify-center space-x-6 mb-12"
+ className="flex items-center justify-center space-x-6 mb-12 mt-8"
183
initial={{ y: 20, opacity: 0 }}
184
animate={{ y: 0, opacity: 1 }}
185
transition={{ duration: 0.8, delay: 0.6 }}
0 commit comments