Skip to content

Commit

Permalink
SUM-265: borders on lg and up
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Dec 16, 2024
1 parent 2758629 commit 5ae442c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/patterns/image-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const ImageCard = ({imageUrl, imageAlt, videoUrl, isArticle, children, hasBgColo
<CardWrapper
{...props}
className={twMerge(
"rs-mb-5 centered w-full rounded-[25px] lg:mb-0 lg:max-w-[920px] xl:max-w-[980px]",
"rs-mb-5 centered w-full rounded-[25px] lg:mb-0 lg:max-w-[920px] lg:border-4 lg:border-white xl:max-w-[980px]",
clsx({"bg-transparent": hasBgColor, "bg-fog-light": !hasBgColor}, props.className)
)}
>
Expand Down

0 comments on commit 5ae442c

Please sign in to comment.