Skip to content

Commit 75a2f33

Browse files
Update page.tsx
1 parent f1b0617 commit 75a2f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export default function Home() {
179179
</motion.div>
180180

181181
<motion.div
182-
className="flex items-center justify-center space-x-6 mb-12"
182+
className="flex items-center justify-center space-x-6 mb-12 mt-8"
183183
initial={{ y: 20, opacity: 0 }}
184184
animate={{ y: 0, opacity: 1 }}
185185
transition={{ duration: 0.8, delay: 0.6 }}

0 commit comments

Comments
 (0)