Skip to content

Commit

Permalink
Fixed padding in register
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkBrines committed Nov 14, 2024
1 parent a4d0f74 commit 975d6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/auth/register.edge
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Register
@endsection

@section('content')
<form method="post" enctype="multipart/form-data">
<form method="post" enctype="multipart/form-data" style="margin-top: 150px;">
<input type="text" name="username" placeholder="Username" value="" required />

<input type="text" name="email" placeholder="Email" value="" required />
Expand Down

0 comments on commit 975d6cd

Please sign in to comment.