diff --git a/src/components/Box.astro b/src/components/Box.astro index 57cdd29..e2c3b1f 100644 --- a/src/components/Box.astro +++ b/src/components/Box.astro @@ -2,7 +2,13 @@ --- -
+
diff --git a/src/components/ButtonRow.astro b/src/components/ButtonRow.astro index 82ede82..7ae77a6 100644 --- a/src/components/ButtonRow.astro +++ b/src/components/ButtonRow.astro @@ -4,7 +4,7 @@ const classList = ` flex sm:flex-row ${reverseOnMobile === 'true' ? 'max-sm:flex-col-reverse' : 'max-sm:flex-col'} items-center justify-center - gap-8 + sm:gap-8 max-sm:gap-4 `; --- diff --git a/src/components/Donate.astro b/src/components/Donate.astro index 90d5f2c..493e5ec 100644 --- a/src/components/Donate.astro +++ b/src/components/Donate.astro @@ -10,7 +10,7 @@ import Box from "./Box.astro" Globed is supported by your donations. If you enjoy the mod, please consider donating on the Ko-fi! -
+