File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 59
59
.stripePricingTable {
60
60
display : block;
61
61
width : 100% ;
62
+ border-radius : 10px ;
63
+ padding-top : 10px ;
64
+ padding-bottom : 10px ;
65
+ background-color : white; /* stripe doesn't get the color right */
62
66
}
63
67
64
68
.donationButtons {
65
69
display : flex;
66
70
justify-content : center;
67
71
align-items : top;
68
72
background-color : white; /* stripe doesn't get the color right */
73
+ border-radius : 10px ;
69
74
}
Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ export const buttons = [
20
20
21
21
# Sponsor Street Side Software
22
22
23
+ Become a sponsor today and help us continue to improve and maintain the tools you rely on!
24
+ Your support makes a significant difference.
25
+
23
26
{ /*
24
27
25
28
## Sponsorship
@@ -34,7 +37,7 @@ Let's start with a few questions:
34
37
In order to dedicate resources to maintaining and improving the CSpell suite of tools, Street Side Software needs your support.
35
38
*/ }
36
39
37
- ### GitHub Sponsor
40
+ ## GitHub Sponsor
38
41
39
42
<iframe
40
43
className = ' githubSponsorFrame'
@@ -46,9 +49,11 @@ In order to dedicate resources to maintaining and improving the CSpell suite of
46
49
47
50
{ /* [](https://github.com/sponsors/streetsidesoftware) */ }
48
51
49
- ### Sponsorship
52
+ ## Sponsorship
50
53
51
- <StripePricingTable className = " stripePricingTable" tableId = " prctbl_1QdZ0KGrYcG8NVg5zPI9NOgd" />
54
+ <div className = ' stripePricingTable' >
55
+ <StripePricingTable tableId = " prctbl_1QdZ0KGrYcG8NVg5zPI9NOgd" />
56
+ </div >
52
57
53
58
## Donations
54
59
You can’t perform that action at this time.
0 commit comments