Skip to content

Commit

Permalink
Merge pull request #116 from acm-ucr/rayyguo/responsifyVolunteerCompo…
Browse files Browse the repository at this point in the history
…nent

Responsify the volunteer component photo
  • Loading branch information
SafeDuck authored Nov 1, 2024
2 parents 0f5c57d + ec324e0 commit 7143f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home/VolunteerOpportunities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const VolunteerOpportunities = () => {
<div className="hidden items-center justify-center sm:flex">
<Photo
image={VolunteerPhoto}
width={"w-1/2"}
width={"w-1/2 lg: w-3/4"}
alt="Backside head of girl watching boxing ring fight"
/>
</div>
Expand Down

0 comments on commit 7143f63

Please sign in to comment.