Skip to content

Commit

Permalink
Merge pull request #208 from nwplus/fix-submit-mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
martincai8 authored Oct 30, 2024
2 parents cedb794 + 2111b55 commit 2bcdcf9
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 2bcdcf9

Please sign in to comment.