Skip to content

Commit 6358c8d

Browse files
committed
Try adjusting the layout of the payment cards
1 parent e57dd01 commit 6358c8d

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

website/src/css/custom.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,14 @@
5555
height: 225px;
5656
}
5757
}
58+
59+
.stripePricingTable {
60+
display: block;
61+
width: 100%;
62+
}
63+
64+
.donationButtons {
65+
display: flex;
66+
justify-content: center;
67+
align-items: top;
68+
}

website/src/pages/sponsor.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,15 @@ In order to dedicate resources to maintaining and improving the CSpell suite of
4848

4949
### Sponsorship
5050

51-
<StripePricingTable tableId="prctbl_1QdZ0KGrYcG8NVg5zPI9NOgd" />
51+
<StripePricingTable className="stripePricingTable" tableId="prctbl_1QdZ0KGrYcG8NVg5zPI9NOgd" />
5252

5353
## Donations
5454

55-
<StripeBuyButton buyButtonId="buy_btn_1Qda2TGrYcG8NVg5yXbmQgxA" />
55+
<div className='donationButtons'>
56+
<StripeBuyButton buyButtonId="buy_btn_1Qda2TGrYcG8NVg5yXbmQgxA" />
57+
<StripeBuyButton buyButtonId="buy_btn_1PsVVRGrYcG8NVg5wVvjZ3CQ" />
58+
</div>
5659

57-
<StripeBuyButton buyButtonId="buy_btn_1PsVVRGrYcG8NVg5wVvjZ3CQ" />
5860

5961
## Contact
6062

website/src/pages/support.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Options:
3434

3535
## Maintenance Agreements
3636

37-
<StripePricingTable tableId="prctbl_1QdZZpGrYcG8NVg5ZcmTQxdz" />
37+
<StripePricingTable className="stripePricingTable" tableId="prctbl_1QdZZpGrYcG8NVg5ZcmTQxdz" />
3838

3939
## Contact
4040

0 commit comments

Comments
 (0)