From 2111b552f38fdc4bef430a52e0d3f702e2798fda Mon Sep 17 00:00:00 2001 From: martincai8 Date: Tue, 29 Oct 2024 12:14:23 -0700 Subject: [PATCH] fix submit button on mobile --- components/Hero.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/Hero.js b/components/Hero.js index eef1f67..382ff55 100644 --- a/components/Hero.js +++ b/components/Hero.js @@ -60,8 +60,7 @@ const ComboButton = styled(Button)` height: 22px; width: 49px; margin-top: -22px; - margin-left: calc(100% - 170px); - width: Fixed (49px)px; + margin-left: 200px; font-size: 0.8em; border-radius: 6px; }