Skip to content

Commit

Permalink
navbar fix
Browse files Browse the repository at this point in the history
Signed-off-by: Akshansh <[email protected]>
  • Loading branch information
akshansh-modi committed Jul 4, 2024
1 parent 4b5c603 commit ed554cf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions site/src/components/Navigation/Navigation.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,17 +250,14 @@ export const Header = styled.header`
}
.themeToggle {
margin: 0 5px;
background: ${({ theme }) => theme.body};
padding: 10px 0;
display: flex;
justify-content: center;
align-items: center;
border-radius: 20px;
border: 1px solid gray;
}
.btn-container {
display: none;
}
.mode-btn {
width: 95%;
}
Expand Down

0 comments on commit ed554cf

Please sign in to comment.