Resize signup Button

This commit is contained in:
Ray 2023-09-12 09:09:44 +00:00 committed by GitHub
parent f1b6e70499
commit 0635f56265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export function Signup ( props ) {
<Form.Label>Password</Form.Label> <Form.Label>Password</Form.Label>
<Form.Control type="password" name="password" placeholder='password'/> <Form.Control type="password" name="password" placeholder='password'/>
</Form.Group> </Form.Group>
<Button variant="primary" type="submit">Sign up</Button> <Button variant="primary" className="mt-3 w-100" type="submit">Sign up</Button>
</Form> </Form>
</Col> </Col>
</Row> </Row>