diff --git a/src/components/ideas/IdeaCard.jsx b/src/components/ideas/IdeaCard.jsx index edf3369b..8418b422 100644 --- a/src/components/ideas/IdeaCard.jsx +++ b/src/components/ideas/IdeaCard.jsx @@ -23,7 +23,7 @@ export function IdeaCard({ article, year }) { className="dark:bg-[#2A2A2A] dark:border-white" whileHover={{ y: -5, boxShadow: '0 10px 20px rgba(0,0,0,0.2)' }} sx={{ - height: 350, + height: 270, borderRadius: 2, border: '1px solid', borderColor: '#3c982c', // Hardcoded color from original @@ -37,8 +37,8 @@ export function IdeaCard({ article, year }) { {article.title} @@ -67,11 +67,11 @@ export function IdeaCard({ article, year }) { component={motion.a} whileHover={{ scale: 1.05 }} whileTap={{ scale: 0.95 }} - sx={{ - color: '#3c982c', - textTransform: 'none', - }} - className="font-Nunito-Bold text-green-600 dark:text-yellow-400 text-lg leading-7 text-center" + // sx={{ + // color: '#3c982c', + // textTransform: 'none', + // }} + className="font-bold font-mono text-green-600 dark:text-yellow-400 text-lg leading-7 text-center normal-case" > Know more