Skip to content

Commit

Permalink
move close button position
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjul3s committed Jan 14, 2021
1 parent 79bf3fe commit 93446d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/Nav/Mobile/NavSlides/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const CloseButtonContainer = styled(motion.div)`
height: 30px;
border: 1px solid white;
border-radius: 50%;
top: 1em;
top: 90px;
left: calc(50vw - 20px);
padding: 0.5em;
z-index: 1;
Expand Down

0 comments on commit 93446d6

Please sign in to comment.