fix(docz-theme-default): table margin bottom

This commit is contained in:
Pedro Nauck
2018-10-31 22:55:59 -03:00
parent 5b24400887
commit 36e322f66a

View File

@@ -9,6 +9,7 @@ const Wrapper = styled('div')`
${p =>
p.theme.docz.mq({
marginBottom: [20, 40],
maxWidth: ['calc(100vw - 40px)', 'calc(100vw - 80px)', '100%'],
})};
`