Skip to content

Commit

Permalink
style: fix text overflow in spotlight page
Browse files Browse the repository at this point in the history
  • Loading branch information
christophertorres1 committed May 25, 2024
1 parent fbc64a5 commit 65489b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/wildlife-spotlights/[spotlightId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default function Page({ params }: { params: { spotlightId: string } }) {
<div className="bg-silver w-full h-[0.03125rem] mb-[3.75rem]" />

<div className="flex flex-row gap-[6.44rem]">
<div className="flex flex-col">
<div className="w-[34.75rem] flex flex-col">
<div className="w-[34.75rem] h-[21.9375rem] mb-8 relative">
{media.length > 0 && (
<img
Expand Down

0 comments on commit 65489b4

Please sign in to comment.