Fixed alignment
This commit is contained in:
parent
8a62782c27
commit
86d77190a6
1 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
import Layout from '../layouts/Layout.astro'
|
import Layout from '../layouts/Layout.astro'
|
||||||
import { Button, Logo, Link, Box, Page, Form, Row, Column, Image, Copyright, OptimizeLogo, Display, Padding } from '../../fwt/'
|
import { Button, Logo, Link, Box, Page, Form, Row, Column, Image, Copyright, OptimizeLogo, Display, Padding } from '../../fwt/'
|
||||||
import RegistrationForm from '../components/RegistrationForm/RegistrantionForm'
|
import RegistrationForm from '../components/RegistrationForm/RegistrationForm'
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout title="Register - OCBO e-Sign">
|
<Layout title="Register - OCBO e-Sign">
|
||||||
|
|
@ -30,7 +30,9 @@ import RegistrationForm from '../components/RegistrationForm/RegistrantionForm'
|
||||||
</Column>
|
</Column>
|
||||||
</Display>
|
</Display>
|
||||||
|
|
||||||
|
<Column>
|
||||||
<RegistrationForm />
|
<RegistrationForm />
|
||||||
|
</Column>
|
||||||
</Display>
|
</Display>
|
||||||
</Padding>
|
</Padding>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue