mirror of
https://github.com/zhigang1992/docz.git
synced 2026-04-30 19:12:58 +08:00
fix(docz-theme-default): table margin bottom
This commit is contained in:
@@ -9,6 +9,7 @@ const Wrapper = styled('div')`
|
||||
|
||||
${p =>
|
||||
p.theme.docz.mq({
|
||||
marginBottom: [20, 40],
|
||||
maxWidth: ['calc(100vw - 40px)', 'calc(100vw - 80px)', '100%'],
|
||||
})};
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user