Skip to content

Commit

Permalink
fix: minor mobile adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
darklight9811 committed Jul 2, 2024
1 parent 19995fb commit 4821847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/src/app/[locale]/(app)/entities/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default async function Page({ params }: { params: { id: string } }) {

<div className="w-full">
{data.pictures.length > 1 && (
<Carousel opts={{}} className="mb-8">
<Carousel opts={{}} className="mb-8 mt-4 md:mt-0">
<CarouselContent>
{data.pictures.map((entry) => (
<CarouselItem
Expand Down

0 comments on commit 4821847

Please sign in to comment.