fix: Document title not centered once scrolled

This commit is contained in:
Tom Moor 2020-05-22 14:19:26 -07:00
parent 6e2ea3ac4b
commit e2ffe06221
1 changed files with 1 additions and 0 deletions

View File

@ -309,6 +309,7 @@ const BreadcrumbAndContents = styled(Flex)`
${breakpoint('tablet')`
display: flex;
width: 33.3%;
`};
`;