Skip to content

Commit

Permalink
Melhora estilo da página de login
Browse files Browse the repository at this point in the history
Signed-off-by: DaviMarinho <[email protected]>
  • Loading branch information
DaviMarinho committed Dec 9, 2023
1 parent 3de7c18 commit a650333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/login/login.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<div class="flex justify-center items-center h-4/5">
<div class="flex justify-center items-center h-full">
<form [formGroup]="userForm" (submit)="login()" class="text-center">
<div class="mb-4">
<input pInputText class="w-64 h-8 border rounded-lg border-gray-300 pl-4 md:w-96 md:h-10" type="email" formControlName="email" name="email" placeholder="E-mail" required>
Expand Down

0 comments on commit a650333

Please sign in to comment.