From 62a68bb3e2d7403cc65968403182fcbe4aa6a8af Mon Sep 17 00:00:00 2001
From: HJfod <60038575+HJfod@users.noreply.github.com>
Date: Mon, 4 Mar 2024 22:01:14 +0200
Subject: [PATCH] more mobile fixes
---
src/components/Box.astro | 8 +++++++-
src/components/ButtonRow.astro | 2 +-
src/components/Donate.astro | 2 +-
src/components/InstructionBox.astro | 5 +++--
src/pages/index.astro | 19 ++++++++++---------
tailwind.config.mjs | 2 ++
6 files changed, 24 insertions(+), 14 deletions(-)
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!
-
+