File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 55
55
height : 225px ;
56
56
}
57
57
}
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
+ }
Original file line number Diff line number Diff line change @@ -48,13 +48,15 @@ In order to dedicate resources to maintaining and improving the CSpell suite of
48
48
49
49
### Sponsorship
50
50
51
- <StripePricingTable tableId = " prctbl_1QdZ0KGrYcG8NVg5zPI9NOgd" />
51
+ <StripePricingTable className = " stripePricingTable " tableId = " prctbl_1QdZ0KGrYcG8NVg5zPI9NOgd" />
52
52
53
53
## Donations
54
54
55
- <StripeBuyButton buyButtonId = " buy_btn_1Qda2TGrYcG8NVg5yXbmQgxA" />
55
+ <div className = ' donationButtons' >
56
+ <StripeBuyButton buyButtonId = " buy_btn_1Qda2TGrYcG8NVg5yXbmQgxA" />
57
+ <StripeBuyButton buyButtonId = " buy_btn_1PsVVRGrYcG8NVg5wVvjZ3CQ" />
58
+ </div >
56
59
57
- <StripeBuyButton buyButtonId = " buy_btn_1PsVVRGrYcG8NVg5wVvjZ3CQ" />
58
60
59
61
## Contact
60
62
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Options:
34
34
35
35
## Maintenance Agreements
36
36
37
- <StripePricingTable tableId = " prctbl_1QdZZpGrYcG8NVg5ZcmTQxdz" />
37
+ <StripePricingTable className = " stripePricingTable " tableId = " prctbl_1QdZZpGrYcG8NVg5ZcmTQxdz" />
38
38
39
39
## Contact
40
40
You can’t perform that action at this time.
0 commit comments