Skip to content

Commit

Permalink
fix staff banner images size
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Feb 2, 2025
1 parent eb6bb90 commit dedf7b8
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 mb-12">
<div className="flex flex-col md:flex-row gap-4 justify-center mb-12">
{images.map((src, index) => (
<Image key={index}
src={src}
Expand Down

0 comments on commit dedf7b8

Please sign in to comment.