Put network links to bottom

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-08-21 21:39:10 +02:00
parent 0e48e603a3
commit fd671a8998
+5 -5
View File
@@ -84,6 +84,11 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
Organisation KA Internationale Organisation KA Internationale
</Typography> </Typography>
</Container> </Container>
<Container style={{marginBlock: '1em'}}>
<Grid container spacing={3}>
{kantite.map(k => <KatKayLa key={k.id} tit={k.tit} soutit={k.soutit} kantite={k.kantite} route={k.route} />)}
</Grid>
</Container>
<Container className={classes.root} style={{display: 'flex', justifyContent: 'center'}} align='center'> <Container className={classes.root} style={{display: 'flex', justifyContent: 'center'}} align='center'>
<Box style={{display: 'flex', flexDirection: 'column'}}> <Box style={{display: 'flex', flexDirection: 'column'}}>
<RezoMenu data={REZO} /> <RezoMenu data={REZO} />
@@ -102,11 +107,6 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
<JwennSignal /> <JwennSignal />
</Box> </Box>
</Container> </Container>
<Container style={{marginBlock: '1.5em'}}>
<Grid container spacing={3}>
{kantite.map(k => <KatKayLa key={k.id} tit={k.tit} soutit={k.soutit} kantite={k.kantite} route={k.route} />)}
</Grid>
</Container>
<Carousel <Carousel
isMobile={matches} isMobile={matches}
handleOpen={handleOpen} handleOpen={handleOpen}