Skip to content

Commit

Permalink
fix submit button on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
martincai8 committed Oct 29, 2024
1 parent cedb794 commit 2111b55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2111b55

Please sign in to comment.