changed default spacing value back to 0, fixed some pageContainers using padding instead of spacing
This commit is contained in:
parent
674763de24
commit
e654aa002b
4 changed files with 4 additions and 4 deletions
|
|
@ -214,7 +214,7 @@ export default function TeamPage() {
|
|||
}
|
||||
|
||||
return (
|
||||
<PageContainer padding={isMobile ? 0 : 2}>
|
||||
<PageContainer spacing={isMobile ? 0 : 2}>
|
||||
<Box className={classes.container}>
|
||||
<Box className={classes.leftBox}>
|
||||
{title()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue