fix: align submenu items (#12193)

This commit is contained in:
Victor Malai
2020-12-24 02:58:55 +02:00
committed by GitHub
parent 3acfd826de
commit b75a1ec71e

View File

@@ -30,6 +30,7 @@ const StyledHeader = styled.header`
}
.navbar-header .navbar-brand {
font-weight: ${({ theme }) => theme.typography.weights.bold};
margin-right: ${({ theme }) => theme.gridUnit * 3}px;
}
.navbar-right {
padding: 8px 0;
@@ -47,6 +48,7 @@ const StyledHeader = styled.header`
a {
margin: 0;
padding: ${({ theme }) => theme.gridUnit * 4}px;
line-height: ${({ theme }) => theme.gridUnit * 5}px;
}
}