Skip to content

Commit

Permalink
fix: remove fixed width and height, set max width for better responsi…
Browse files Browse the repository at this point in the history
…veness
  • Loading branch information
Firgrep committed Feb 4, 2025
1 parent 0311ce4 commit 2bd4c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/CardTeamProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const CardTeamMember = ({
children,
}: CardTeamMemberProps) => {
return (
<div className="flex flex-col w-72 md:w-[450px] min-h-[600px] rounded-md shadow-lg bg-linear-to-b from-gray-100 to-gray-300 dark:from-neutral-950/90 dark:to-neutral-800/90 dark:outline-1 dark:outline-solid dark:outline-dark-green-hsl outline-1 outline-gray-300">
<div className="flex flex-col max-w-[500px] rounded-md shadow-lg bg-linear-to-b from-gray-100 to-gray-300 dark:from-neutral-950/90 dark:to-neutral-800/90 dark:outline-1 dark:outline-solid dark:outline-dark-green-hsl outline-1 outline-gray-300">
<div className="flex px-8 pt-8 pb-6">
<Image
height={125}
Expand Down

0 comments on commit 2bd4c4e

Please sign in to comment.