more changes to main page
This commit is contained in:
parent
9a81bb5b57
commit
e544621639
|
@ -40,7 +40,7 @@ function OverviewButton(props) {
|
||||||
|
|
||||||
function ListElement(props) {
|
function ListElement(props) {
|
||||||
return (
|
return (
|
||||||
<Container>
|
<Container maxWidth="lg" align="start">
|
||||||
<Grid container spacing={2}>
|
<Grid container spacing={2}>
|
||||||
<Grid item xs={5}>
|
<Grid item xs={5}>
|
||||||
<Typography noWrap>
|
<Typography noWrap>
|
||||||
|
|
Loading…
Reference in New Issue