refactor: Fix README spacing (#3833)

This commit is contained in:
Bruno Quaresma
2022-09-02 13:03:59 -03:00
committed by GitHub
parent b9e5cc97a1
commit 21ae411237
@@ -188,7 +188,7 @@ export const useStyles = makeStyles((theme) => {
},
markdownWrapper: {
background: theme.palette.background.paper,
padding: theme.spacing(3.5),
padding: theme.spacing(3, 4),
// Adds text wrapping to <pre> tag added by ReactMarkdown
"& pre": {