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.
2 parents 98bda23 + 67b14a7 commit 69f478aCopy full SHA for 69f478a
website2/src/components/dialogs/EngagementDialog.tsx
@@ -398,7 +398,7 @@ const EngagementDialog = () => {
398
399
{/* Right Side */}
400
<motion.div
401
- className="w-full lg:w-1/2 flex flex-col justify-center gap-6 h-full p-2 md:p-16"
+ className="w-full lg:w-1/2 flex flex-col justify-center gap-6 h-full p-2 md:p-10"
402
initial={{ opacity: 0 }}
403
animate={{ opacity: 1 }}
404
transition={{ duration: 0.6, delay: 0.3, ease: 'easeOut' }}
0 commit comments