Skip to content

Commit

Permalink
SignUp/Signin UI modification (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
devarshishimpi committed Oct 27, 2022
2 parents 4905a92 + 92e70de commit 319bcb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,14 @@ body {
.form__input {
position: absolute;
top: 0;
left: 0;
width: 100%;
left: 5px;
width: 98%;
height: 100%;
border: none;
outline: none;
background: none;
padding: 0.5rem 0.75rem;
font-size: 1.2rem;
font-size: 15px;
color: var(--first-color);
transition: 0.3s;
}
Expand Down

0 comments on commit 319bcb5

Please sign in to comment.