File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ class PictureWithWriteUpComponent extends Component {
37
37
< Grid item xs = { 12 } sm = { 6 } >
38
38
< div className = { classes . root } >
39
39
< Grid container >
40
- < Grid item sm = { 4 } lg = { 3 } xl = { 2 } >
40
+ < Grid item sm = { 4 } lg = { 3 } >
41
41
< Image filename = { i . node . frontmatter . profilePicture . relativePath } classProps = { classes . profileImage } />
42
42
</ Grid >
43
43
44
- < Grid item sm = { 8 } lg = { 9 } xl = { 10 } className = { classes . info } >
44
+ < Grid item sm = { 8 } lg = { 9 } className = { classes . info } >
45
45
< Typography variant = "body1" className = { classes . name } > { i . node . frontmatter . name } </ Typography >
46
46
< Typography variant = "body2" className = { classes . title } > { i . node . frontmatter . description } </ Typography >
47
47
</ Grid >
Original file line number Diff line number Diff line change @@ -9,13 +9,11 @@ import PictureWithNameComponent from './PictureWithNameComponent'
9
9
10
10
const styles = theme => ( {
11
11
root : {
12
- position : 'relative' ,
13
12
padding : '3.5rem 2rem 5rem 2rem' ,
14
13
[ theme . breakpoints . up ( 'md' ) ] : {
15
14
padding : '3.5rem 5rem 5rem 5rem' ,
16
- } ,
17
- [ theme . breakpoints . up ( 'lg' ) ] : {
18
- padding : '3.5rem 5rem 7rem 5rem' ,
15
+ maxWidth : 1440 ,
16
+ margin : '0 auto'
19
17
} ,
20
18
} ,
21
19
titleDiv : {
You can’t perform that action at this time.
0 commit comments