fix: layout flexiness (#10681)

This commit is contained in:
Evan Rusackas
2020-08-26 09:49:58 -07:00
committed by GitHub
parent 4251b4e294
commit a95e5c9327

View File

@@ -23,6 +23,11 @@ import Button, { OnClickHandler } from 'src/components/Button';
const StyledHeader = styled.header`
margin-top: -20px;
display: flex;
justify-content: space-between;
& > * {
flex-grow: 1;
}
.navbar-header .navbar-brand {
font-weight: ${({ theme }) => theme.typography.weights.bold};
}