Skip to content

Commit

Permalink
fix: Prevent stretching of button in SectionCardWide
Browse files Browse the repository at this point in the history
  • Loading branch information
natemate90 committed Jan 9, 2025
1 parent 7e46103 commit 900064c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextjs/src/components/sections/section-card-wide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const SectionCardWide: React.FC<SectionMediaWideProps> = ({
childrenWide}
</span>

<div className="w-full lg:w-5/12 grid gap-6 pt-8 lg:p-8 xl:p-12 place-content-start">
<div className="w-full lg:w-5/12 grid gap-6 pt-8 lg:p-8 xl:p-12 justify-items-start">
{children}
{ctas && ctas.length > 0 && (
<div>
Expand Down

0 comments on commit 900064c

Please sign in to comment.