Made the site more modern mobile friendly. How do phones fit the medium size man

This commit is contained in:
Warwick 2020-11-13 15:43:36 +00:00
parent 03580ed0e7
commit 30f7c36239

View file

@ -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}