Made the site more modern mobile friendly. How do phones fit the medium size man
This commit is contained in:
parent
03580ed0e7
commit
30f7c36239
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ memory footprint returning to this project in my final year of university.`,
|
||||||
<Grid container spacing={3}>
|
<Grid container spacing={3}>
|
||||||
{this.content.map((project) => {
|
{this.content.map((project) => {
|
||||||
return (
|
return (
|
||||||
<Grid item sm="12" md="6">
|
<Grid item xs="12" lg="6">
|
||||||
<Card>
|
<Card>
|
||||||
<CardHeader
|
<CardHeader
|
||||||
title={project.header}
|
title={project.header}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue