Put network links to bottom
This commit is contained in:
+5
-5
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user