Skip to content

Commit

Permalink
Added col to signup username
Browse files Browse the repository at this point in the history
  • Loading branch information
paulotruta committed Nov 19, 2023
1 parent 19488b3 commit 24b75fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/cloud/early-access.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import BaseLayout from '../../layouts/BaseLayout.astro';
</div>
</div>
<div class="row">
<div class="col">
<div class="col-md-12">
<label>Username</label>
<div class="input-group mb-4">
<input name="username" id="username" class="form-control" placeholder="Username to identify you on the edgebox.io platform" aria-label="Username to identify you on the edgebox.io platform" type="text" required>
Expand Down

0 comments on commit 24b75fd

Please sign in to comment.