Skip to content

Commit

Permalink
feat: pad the input instead of wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkhandeparkar committed Jan 12, 2025
1 parent 58f4e5b commit f1d5b88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ h1 {
align-items: center;
border: none;
border-radius: 10px;
padding: 7px;
padding: 0 0 0 10px;
box-shadow: 0px 0px 8px #ddd;
background-color: white;
}
Expand All @@ -61,11 +61,11 @@ h1 {
}

.input-wrapper input {
width: 100%;
background-color: transparent;
font-size: 1.25rem;
border: none;
margin-left: 10px;
padding-left: 15px;
padding: 10px 10px;
}

input:focus {
Expand Down

0 comments on commit f1d5b88

Please sign in to comment.