Skip to content

Commit ecac6d0

Browse files
authored
Merge pull request #19910 from mozilla/PAY-3480
fix(payments-next): Fix width of Terms page for mobile
2 parents 0e3e757 + 4715dd7 commit ecac6d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/payments/next/app/[locale]/[offeringId]/[interval]/[churnType]/loyalty-discount/terms

apps/payments/next/app/[locale]/[offeringId]/[interval]/[churnType]/loyalty-discount/terms/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default async function ChurnTerms({
5353
className="flex tablet:items-center justify-center min-h-[calc(100vh_-_4rem)] tablet:min-h-[calc(100vh_-_5rem)]"
5454
aria-labelledby="loyalty-discount-terms"
5555
>
56-
<div className="max-w-xl min-w-[480px] flex flex-col p-6 pt-10 tablet:bg-white tablet:border tablet:border-grey-200 tablet:opacity-100 tablet:p-8 tablet:rounded-xl tablet:shadow-[0_0px_10px_rgba(0,0,0,0.08)]">
56+
<div className="max-w-xl tablet:min-w-[480px] p-6 pt-10 tablet:bg-white tablet:border tablet:border-grey-200 tablet:opacity-100 tablet:p-8 tablet:rounded-xl tablet:shadow-[0_0px_10px_rgba(0,0,0,0.08)]">
5757
<h1
5858
id="loyalty-discount-terms"
5959
className="font-semibold text-xl leading-8"

0 commit comments

Comments
 (0)