Skip to content

Commit

Permalink
Add wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Feb 5, 2025
1 parent 237c145 commit e4d7f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/staff/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Page() {
const images = t('staff:images', { returnObjects: true });
if (Array.isArray(images)) {
return (
<div className="flex flex-col md:flex-row gap-4 justify-center mb-12">
<div className="flex flex-col flex-wrap md:flex-row gap-4 justify-center mb-12 w-full">
{images.map((src, index) => (
<Image key={index}
src={src}
Expand Down

0 comments on commit e4d7f5b

Please sign in to comment.