Skip to content

Commit

Permalink
Adjust the login input widths
Browse files Browse the repository at this point in the history
Signed-off-by: JmPotato <ghzpotato@gmail.com>
  • Loading branch information
JmPotato committed Aug 24, 2024
1 parent 8a77332 commit 8cdb60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ <h1 id="title">Login</h1>
<article>
<form action="#" method="post" id="login">
<div class="input">
<label for="username">Username</label><input id="username" name="username" type="text" style="width:50%;">
<label for="username">Username</label><input id="username" name="username" type="text">
</div>
<div class="input">
<label for="password">Password</label><input id="password" name="password" type="password" style="width:50%;">
<label for="password">Password</label><input id="password" name="password" type="password">
</div>
<div id="submit">
<button type="submit">Login</button>
Expand Down

0 comments on commit 8cdb60a

Please sign in to comment.