Skip to content

Commit c278905

Browse files
committed
new project added
1 parent 65b4274 commit c278905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/Card3.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Card3 = ({ video, title, subtitle, link1, link2, keywords}) => {
1111
<p className="max-w-md text-left text-gray-700 dark:text-white mb-2 text-sm md:text-base pt-4">
1212
{subtitle}
1313
</p>
14-
<div className='flex items-center gap-6 mt-3'>
14+
<div className='flex items-center gap-16 mt-3'>
1515
<a href={link1} target='_blank' rel='noopener noreferrer' className="text-blue-600 dark:text-blue-200 text-3xl underline">
1616
<FaGithub className='cursor-pointer duration-300 hover:text-red-900 ease-in-out hover:scale-110'/>
1717
</a >

0 commit comments

Comments
 (0)