Skip to content

Commit

Permalink
chore: add fixed height in community cards
Browse files Browse the repository at this point in the history
  • Loading branch information
rupali-codes authored Jan 29, 2024
1 parent aae7aa9 commit 7d483c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const SocialLink: React.FC<SocialLinkProps> = ({
title,
description,
}) => (
<div className="md:w-1/3 w-full dark:bg-slate-800 bg-light-white hover:bg-light-silver dark:hover:bg-slate-700 hover:border border-[#BDBDBD14] p-6 mb-4 rounded-lg">
<div className="md:w-1/3 w-full dark:bg-slate-800 bg-light-white hover:bg-light-silver dark:hover:bg-slate-700 hover:border border-[#BDBDBD14] p-6 mb-4 rounded-lg lg:h-44">
<Link href={href}>
<div className="flex items-center dark:text-text-quinary gap-2 mb-3">
<div>{icon}</div>
Expand Down

1 comment on commit 7d483c4

@vercel
Copy link

@vercel vercel bot commented on 7d483c4 Jan 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.