Skip to content

Commit

Permalink
CHG adjust spacing on visual page for ultrawide screens
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Feb 8, 2022
1 parent 24c6d13 commit a62b1ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/src/pages/core/public/Visuals/Visuals.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Visuals = () => {
return (
<StandardLayout description={'Visuals'}>
<Grid container spacing={4} justify={'center'}>
<Grid item xs sm={10} lg={8} xl={8}>
<Grid item xs sm={10} lg={8} xl={6}>
<Card>
<CardHeader
avatar={<Avatar src={'/logo512.png'}/>}
Expand All @@ -65,7 +65,7 @@ const Visuals = () => {
/>
</Card>
</Grid>
<Grid item xs sm={10} lg={8} xl={8}>
<Grid item xs sm={10} lg={8} xl={6}>
<Card>
<CardHeader
avatar={<Avatar src={'/logo512.png'}/>}
Expand All @@ -92,7 +92,7 @@ const Visuals = () => {
/>
</Card>
</Grid>
<Grid item xs sm={10} lg={8} xl={8}>
<Grid item xs sm={10} lg={8} xl={6}>
<Card>
<CardHeader
avatar={<Avatar src={'/logo512.png'}/>}
Expand Down Expand Up @@ -120,7 +120,7 @@ const Visuals = () => {
</Card>
</Grid>
{selected && (
<Grid item xs sm={10} lg={8} xl={8}>
<Grid item xs sm={10} lg={8} xl={6}>
<Card>
<CardHeader
avatar={<Avatar src={'/logo512.png'}/>}
Expand Down

0 comments on commit a62b1ca

Please sign in to comment.