Skip to content

Commit

Permalink
improve large image
Browse files Browse the repository at this point in the history
  • Loading branch information
jsladerman committed Nov 27, 2024
1 parent 8f1f1de commit aa7e891
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/custom-page/LargeImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ export function LargeImage({
<Body2 $color="text-light">{bodyText}</Body2>
{ctaText && (
<Button
className="mt-medium w-fit"
large
className="mt-medium w-full lg:w-fit"
as={Link}
target="_blank"
rel="noopener noreferrer"
Expand Down

0 comments on commit aa7e891

Please sign in to comment.