From 9ea304010abaa23d10f9628ebcdfabdba4b07415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Lidwin?= Date: Fri, 26 Jan 2024 19:56:06 +0100 Subject: [PATCH] [DONATE] Add GOG partner link --- pages/donate.tsx | 36 ++++++++++++++++++++++++------------ styles/heroic.css | 6 ++++++ 2 files changed, 30 insertions(+), 12 deletions(-) diff --git a/pages/donate.tsx b/pages/donate.tsx index e66da0f..7e6c0d5 100644 --- a/pages/donate.tsx +++ b/pages/donate.tsx @@ -21,18 +21,6 @@ const Donate: NextPage = () => {
-
-

GitHub Sponsor

- One-time or flexible-sub -

- Support us with a one-time or recurring donation through GitHub. -

- -

Patreon

Monthly-sub @@ -59,6 +47,30 @@ const Donate: NextPage = () => {
+
+

GOG.com

+ One-time +

+ Use our link when making purchases on GOG and support the project. Cool right? +

+ +
+
+

GitHub Sponsor

+ One-time or flexible-sub +

+ Support us with a one-time or recurring donation through GitHub. +

+ +
diff --git a/styles/heroic.css b/styles/heroic.css index 583f48a..99572ac 100644 --- a/styles/heroic.css +++ b/styles/heroic.css @@ -181,3 +181,9 @@ a { background-color: var(--card-border-color); } } + +@media screen and (min-width: 992px) { + .grid { + grid-template-columns: repeat(auto-fill, minmax(370px, 1fr)); + } +}