Skip to content

Commit

Permalink
make team images more better (#10203)
Browse files Browse the repository at this point in the history
  • Loading branch information
smallbrownbike authored Dec 21, 2024
1 parent 8f503e8 commit df24edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Team/TeamImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export default function TeamImage({
}

return !!teamImage?.image?.data || editing ? (
<figure className="rotate-2 max-w-sm flex flex-col gap-2 mt-8 md:mt-0 ml-auto">
<div className="bg-accent aspect-video flex justify-center items-center shadow-xl border-8 border-white rounded-md">
<figure className="rotate-2 max-w-sm w-full flex flex-col gap-2 mt-8 md:mt-0 ml-auto">
<div className="bg-accent flex justify-center items-center shadow-xl border-8 border-white rounded-md">
{editing ? (
<div className="w-96">
<ImageDrop
Expand Down

0 comments on commit df24edc

Please sign in to comment.