Fixing some layout issues

This commit is contained in:
Tom Moor
2017-09-24 20:03:03 -07:00
parent 504dfbea57
commit 6b82df71e0
5 changed files with 14 additions and 10 deletions

View File

@ -210,6 +210,7 @@ type KeyData = {
}
const MaxWidth = styled(Flex)`
padding: 0 60px;
max-width: 50em;
height: 100%;
`;