Skip to content

Commit

Permalink
style: Button alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-29 committed Dec 11, 2023
1 parent 502c1f4 commit 8fa7896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RunMap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const RunMap = ({
const fullscreenButton: React.CSSProperties = {
position: 'absolute',
marginTop: '29.2px',
right: '10px',
right: '0px',
opacity: 0.3,
};

Expand Down

0 comments on commit 8fa7896

Please sign in to comment.