Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit 77da563

Browse files
committed
drop the outline, make 2 col
1 parent 709881a commit 77da563

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Team.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ export default () => (
2626
<Grid spacing={4} container>
2727
{content.team.map((member) => {
2828
return (
29-
<Grid item xs={12} key={member.name}>
30-
<Card variant='outlined' elevation={2}>
29+
<Grid item xs={6} key={member.name}>
30+
<Card elevation={2}>
3131
<CardContent>
3232
<Grid container>
33-
<Grid item sm={2} xs={12}>
33+
<Grid item sm={4} xs={12}>
3434
<AvatarLarge fluid={member.avatar.childImageSharp.fluid} />
3535
</Grid>
36-
<Grid item sm={10} xs={12}>
36+
<Grid item sm={8} xs={12}>
3737
<Titles>
3838
<Typography gutterBottom variant='h5' component='h2'>
3939
{member.name}

0 commit comments

Comments
 (0)