Skip to content

Commit

Permalink
Center caption
Browse files Browse the repository at this point in the history
Closes Improve caption display on mobile  flathub-infra#4156
  • Loading branch information
razzeee committed Nov 22, 2024
1 parent 3716ea6 commit 55316d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/application/CarouselStrip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const CarouselStrip = ({ app }: { app: Appstream }) => {
/>
</div>
{slides?.length > 0 && slides[currentIndex]?.title && (
<div className="flex justify-center pb-4">
<div className="flex justify-center text-center pb-4">
{slides[currentIndex]?.title}
</div>
)}
Expand Down

0 comments on commit 55316d4

Please sign in to comment.