Commit 43aaa94 1 parent 0a68230 commit 43aaa94 Copy full SHA for 43aaa94
File tree 2 files changed +30
-12
lines changed
2 files changed +30
-12
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,6 @@ const Donate: NextPage = () => {
21
21
< hr className = "spacer" />
22
22
23
23
< div className = "grid" >
24
- < article className = "secondary" >
25
- < h4 > GitHub Sponsor</ h4 >
26
- < small > One-time or flexible-sub</ small >
27
- < p >
28
- Support us with a one-time or recurring donation through GitHub.
29
- </ p >
30
- < footer >
31
- < a href = "https://github.com/sponsors/Heroic-Games-Launcher" >
32
- < strong > Go to GitHub</ strong >
33
- </ a >
34
- </ footer >
35
- </ article >
36
24
< article >
37
25
< h4 > Patreon</ h4 >
38
26
< small > Monthly-sub</ small >
@@ -59,6 +47,30 @@ const Donate: NextPage = () => {
59
47
</ a >
60
48
</ footer >
61
49
</ article >
50
+ < article >
51
+ < h4 > GOG.com</ h4 >
52
+ < small > One-time</ small >
53
+ < p >
54
+ Use our link when making purchases on GOG and support the project. Cool right?
55
+ </ p >
56
+ < footer >
57
+ < a href = "https://af.gog.com?as=1838482841" >
58
+ < strong > Go to GOG</ strong >
59
+ </ a >
60
+ </ footer >
61
+ </ article >
62
+ < article >
63
+ < h4 > GitHub Sponsor</ h4 >
64
+ < small > One-time or flexible-sub</ small >
65
+ < p >
66
+ Support us with a one-time or recurring donation through GitHub.
67
+ </ p >
68
+ < footer >
69
+ < a href = "https://github.com/sponsors/Heroic-Games-Launcher" >
70
+ < strong > Go to GitHub</ strong >
71
+ </ a >
72
+ </ footer >
73
+ </ article >
62
74
</ div >
63
75
</ div >
64
76
</ header >
Original file line number Diff line number Diff line change 181
181
background-color : var (--card-border-color );
182
182
}
183
183
}
184
+
185
+ @media screen and (min-width : 992px ) {
186
+ .grid {
187
+ grid-template-columns : repeat (auto-fill, minmax (370px , 1fr ));
188
+ }
189
+ }
You can’t perform that action at this time.
0 commit comments