From feb1eb8364b3fea3fdcf6f088cc9b978c87a1335 Mon Sep 17 00:00:00 2001 From: Dante Mogrim Date: Mon, 14 Oct 2024 18:32:52 +0200 Subject: [PATCH 1/2] Make buttons more responsive On tablets and larger phone screens, these two were lacking a margin setting (leading to a "squished" look). This commit resolves that. --- src/pages/LandingPage.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/LandingPage.jsx b/src/pages/LandingPage.jsx index f4f4db8b..dfc66f9d 100644 --- a/src/pages/LandingPage.jsx +++ b/src/pages/LandingPage.jsx @@ -88,9 +88,9 @@ export default function LandingPage() { -
+
Try it for yourself From 249d11f9e5d8c9b9b3808ad2b89364c4d44e1712 Mon Sep 17 00:00:00 2001 From: Dante Mogrim Date: Tue, 15 Oct 2024 19:23:38 +0200 Subject: [PATCH 2/2] Make buttons more responsive w/o relying on flex --- src/pages/LandingPage.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/LandingPage.jsx b/src/pages/LandingPage.jsx index dfc66f9d..9936d02d 100644 --- a/src/pages/LandingPage.jsx +++ b/src/pages/LandingPage.jsx @@ -88,9 +88,9 @@ export default function LandingPage() {
-
+