Skip to content

Commit

Permalink
add padding above step buttons (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebk authored Jan 23, 2023
1 parent d3dace5 commit 6f79311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CreateMapathon/Step.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const ButtonWrapper = styled.div`
justify-content: space-around;
padding: 0 1rem;
width: 100%;
margin-top: 2rem;
${media.desktop`
position: static;
padding: 0;
Expand Down

0 comments on commit 6f79311

Please sign in to comment.