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
|
||||
</Typography>
|
||||
</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'>
|
||||
<Box style={{display: 'flex', flexDirection: 'column'}}>
|
||||
<RezoMenu data={REZO} />
|
||||
@@ -102,11 +107,6 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
|
||||
<JwennSignal />
|
||||
</Box>
|
||||
</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
|
||||
isMobile={matches}
|
||||
handleOpen={handleOpen}
|
||||
|
||||
Reference in New Issue
Block a user