Fix components position
This commit is contained in:
@@ -49,6 +49,7 @@ function Dekoneksyon({chimen, tooltipPlacement}) {
|
||||
>
|
||||
<Fab
|
||||
className={classes.dekoneksyon}
|
||||
sx={{position: 'absolute', marginTop: 6}}
|
||||
color='secondary'
|
||||
aria-label='logout'
|
||||
size='small'
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user