We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b4274 commit c278905Copy full SHA for c278905
src/components/ui/Card3.jsx
@@ -11,7 +11,7 @@ const Card3 = ({ video, title, subtitle, link1, link2, keywords}) => {
11
<p className="max-w-md text-left text-gray-700 dark:text-white mb-2 text-sm md:text-base pt-4">
12
{subtitle}
13
</p>
14
- <div className='flex items-center gap-6 mt-3'>
+ <div className='flex items-center gap-16 mt-3'>
15
<a href={link1} target='_blank' rel='noopener noreferrer' className="text-blue-600 dark:text-blue-200 text-3xl underline">
16
<FaGithub className='cursor-pointer duration-300 hover:text-red-900 ease-in-out hover:scale-110'/>
17
</a >
0 commit comments