Skip to content

Commit

Permalink
fix tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
guitavano committed Jul 11, 2024
1 parent ab94aad commit 7fef1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/Images/ImageGallery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default function ImageGallery(props: Props) {
index={index}
class={`carousel-item lg:flex lg:justify-center ${
MOBILE_COLUMNS[itemPerPageMobile ?? 2]
}} ${DESKTOP_COLUMNS[itemPerPageDesktop ?? 3]}`}
} ${DESKTOP_COLUMNS[itemPerPageDesktop ?? 3]}`}
>
<a
target={item.blank ? "_self" : "_blank"}
Expand Down

0 comments on commit 7fef1a4

Please sign in to comment.