Skip to content

Commit

Permalink
add sm
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbristow committed Nov 27, 2024
1 parent 239fa2b commit 3837740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/ImageCard/_ui/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const ImageContainer = ({ children, imageFirst }: ChildrenProps) => (
<div
className={classNames(
imageFirst ? styles.imageContainer : styles['image-box-reverse'],
'image-box h-full w-[30rem] overflow-hidden',
'image-box h-full overflow-hidden sm:w-[30rem]',
imageFirst ? 'order-1' : 'order-1 xl:order-2',
)}
>
Expand Down

0 comments on commit 3837740

Please sign in to comment.