Skip to content

Commit

Permalink
fix: adding correct spacings for items on navigation (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroapfilho committed Sep 29, 2023
1 parent 973fa51 commit 184cbe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const DocsLink = styled(ExternalLink)`
cursor: pointer;
font-weight: 600;
font-size: 16px;
padding: 10px 16px;
padding: 0.5rem 1rem;
`

interface MenuItemProps {
Expand Down
1 change: 1 addition & 0 deletions src/components/Web3Status/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const Web3StatusConnected = styled(Web3StatusGeneric)<{

const AddressAndChevronContainer = styled.div`
display: flex;
align-items: center;
@media only screen and (max-width: ${({ theme }) => `${theme.breakpoint.lg}px`}) {
display: none;
Expand Down

0 comments on commit 184cbe8

Please sign in to comment.