diff --git a/src/components/Info.tsx b/src/components/Info.tsx index f92664ae..c41e43e5 100644 --- a/src/components/Info.tsx +++ b/src/components/Info.tsx @@ -227,8 +227,15 @@ const Info: React.FC = () => { {/* Card on Top Left */} {windowWidth >= 270 && ( + // { {/* Card on Bottom Right */} {windowWidth >= 270 && ( = ({ animate={{ opacity: 1, y: 0 }} exit={{ opacity: 0, y: 10 }} transition={{ duration: 0.2 }} - className="absolute left-0 mt-2 w-56 rounded-xl bg-white shadow-xl ring-1 ring-black ring-opacity-5 overflow-hidden" + className="absolute left-0 mt-2 w-56 rounded-xl bg-white shadow-lg border border-gray-200 overflow-hidden" >
{items.map((item) => (