Skip to content

Commit

Permalink
Merge pull request #888 from sameer-soni/bugfix/inconsistent-cardSize
Browse files Browse the repository at this point in the history
fix(card): fix inconsistent card size
  • Loading branch information
Sanchitbajaj02 authored Oct 12, 2024
2 parents 6f0ac74 + 76832b8 commit 847418d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/homePage/Testimonial.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function Testimonial({
}) {
return (
<IconCard
className="tw-w-auto tw-h-full tw-flex tw-flex-col"
className="tw-w-auto tw-min-h-full tw-h-[320px] max-[599px]:tw-h-[320px] max-[863px]:tw-h-[480px] tw-flex tw-flex-col"
Icon={FaQuoteLeft}
heading={testimonialHeadline}
body={testimonialDescription}
Expand Down

0 comments on commit 847418d

Please sign in to comment.