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 c1093b8 commit 6b5b1e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/RunMap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const RunMap = ({
const fullscreenButton: React.CSSProperties = {
position: 'absolute',
marginTop: '29.2px',
right: '10px',
right: '0px',
opacity: 0.3,
};

Expand Down
2 changes: 1 addition & 1 deletion src/components/RunMap/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
.lights {
position: absolute;
margin-top: 62px;
right: 20px;
right: 10px;
opacity: 0.3;
width: 29px;
height: 38px;
Expand Down

0 comments on commit 6b5b1e1

Please sign in to comment.