fix: SubMenu css (#10682)

This commit is contained in:
ʈᵃᵢ 2020-08-26 14:00:20 -07:00 committed by GitHub
parent a95e5c9327
commit bc0fc4ea25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,12 +22,8 @@ import { Nav, Navbar, MenuItem } from 'react-bootstrap';
import Button, { OnClickHandler } from 'src/components/Button';
const StyledHeader = styled.header`
margin-top: -20px;
display: flex;
justify-content: space-between;
& > * {
flex-grow: 1;
}
position: relative;
top: -20px;
.navbar-header .navbar-brand {
font-weight: ${({ theme }) => theme.typography.weights.bold};
}