Change Koneksyon margin
This commit is contained in:
@@ -89,7 +89,7 @@ function Koneksyon() {
|
|||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<FormControl fullWidth style={{marginTop: '3em'}} autoComplete='off'>
|
<FormControl fullWidth style={{marginTop: '1em'}} autoComplete='off'>
|
||||||
<InputLabel htmlFor='username'>Email</InputLabel>
|
<InputLabel htmlFor='username'>Email</InputLabel>
|
||||||
<Input
|
<Input
|
||||||
value={credentials.username}
|
value={credentials.username}
|
||||||
@@ -137,11 +137,11 @@ function Koneksyon() {
|
|||||||
|
|
||||||
{loading && <LinearProgress size={24} style={{width: '100%', marginTop: '1em'}} />}
|
{loading && <LinearProgress size={24} style={{width: '100%', marginTop: '1em'}} />}
|
||||||
|
|
||||||
<Box align='center' marginTop={4}>
|
<Box align='center' marginTop={3}>
|
||||||
<Typography display='block' variant='h6' component='h2'>
|
<Typography display='block' variant='h6' component='h2'>
|
||||||
Pour obtenir un accès, faites-en la demande
|
Pour obtenir un accès, faites-en la demande
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography style={{fontSize: 30}} display='block'>
|
<Typography style={{fontSize: 20}} display='block'>
|
||||||
📩
|
📩
|
||||||
</Typography>
|
</Typography>
|
||||||
<Link passHref href='mailto:kontak@o-k-i.net?subject=Accès à soumèt'>
|
<Link passHref href='mailto:kontak@o-k-i.net?subject=Accès à soumèt'>
|
||||||
|
|||||||
Reference in New Issue
Block a user