Fix components position

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-21 07:56:15 +04:00
parent 9327345af0
commit 6047b89eed
7 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ function Koneksyon({detay, tit, soutit, titGwose, chimen}) {
return (
<Container maxWidth='sm'>
{tit && (
<Box sx={{textAlign: 'center'}}>
<Box sx={{textAlign: 'center', marginTop: 5}}>
<Typography display='inline' variant={`h${titGwose}`} component='h1'>
{tit}
</Typography>