adjust column layout

This commit is contained in:
c9s 2021-02-05 12:41:37 +08:00
parent 65f3613dc1
commit ba9c8693af
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ export default function TotalAssetsPie() {
return <ResponsivePie return <ResponsivePie
data={reduceAssetsBy(assets, "inUSD", 2)} data={reduceAssetsBy(assets, "inUSD", 2)}
margin={{top: 40, right: 80, bottom: 80, left: 80}} margin={{top: 40, right: 80, bottom: 80, left: 0}}
padding={0.2} padding={0.2}
innerRadius={0.8} innerRadius={0.8}
padAngle={1.0} padAngle={1.0}

View File

@ -74,7 +74,7 @@ export default function Home() {
</Typography> </Typography>
<Grid container spacing={3}> <Grid container spacing={3}>
<Grid item xs={12} md={6}> <Grid item xs={12} md={3}>
<TotalAssetSummary/> <TotalAssetSummary/>
</Grid> </Grid>