Skip to content

Commit

Permalink
fix: responsive issues for Benefits Card (#435)
Browse files Browse the repository at this point in the history
Co-authored-by: Tushar Mathur <[email protected]>
  • Loading branch information
neo773 and tusharmath authored Aug 11, 2024
1 parent 4456074 commit 977580b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home/BenefitsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const BenefitsCard = (): JSX.Element => {
<div className="md:flex md:flex-wrap justify-center gap-10 w-[100%]">
{benefits.map((item) => (
<a
className="group border border-solid border-tailCall-border-dark-300 rounded-3xl md:w-[40%] lg:w-[45%] md:px-10 px-4 py-2 pt-4 lg:flex benefits-drop-shadow hover:border-[#FDEA2E] md:mb-0 mb-6 cursor-pointer hover:no-underline"
className="group border border-solid border-tailCall-border-dark-300 rounded-3xl md:w-[40%] lg:w-[45%] md:px-10 px-4 py-2 pt-4 lg:flex benefits-drop-shadow hover:border-[#FDEA2E] md:mb-0 mb-6 cursor-pointer hover:no-underline flex flex-col lg:flex-row"
key={item.id}
href={item.redirection_url}
target="_blank"
Expand Down

0 comments on commit 977580b

Please sign in to comment.