diff --git a/src/components/NavBar/index.tsx b/src/components/NavBar/index.tsx index 3f58ecf76..b953822e5 100644 --- a/src/components/NavBar/index.tsx +++ b/src/components/NavBar/index.tsx @@ -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 { diff --git a/src/components/Web3Status/index.tsx b/src/components/Web3Status/index.tsx index 9c840ec09..23824971e 100644 --- a/src/components/Web3Status/index.tsx +++ b/src/components/Web3Status/index.tsx @@ -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;