refactor: Add spacing in the bottom of a page (#5633)

This commit is contained in:
Bruno Quaresma
2023-01-09 13:17:48 -07:00
committed by GitHub
parent 7bcbf197c1
commit fe16b2a06d
@@ -70,5 +70,6 @@ const useStyles = makeStyles((theme) => ({
},
siteContent: {
flex: 1,
paddingBottom: theme.spacing(10),
},
}))