Skip to content

Commit f1d5b88

Browse files
feat: pad the input instead of wrapper
1 parent 58f4e5b commit f1d5b88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/index.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ h1 {
4747
align-items: center;
4848
border: none;
4949
border-radius: 10px;
50-
padding: 7px;
50+
padding: 0 0 0 10px;
5151
box-shadow: 0px 0px 8px #ddd;
5252
background-color: white;
5353
}
@@ -61,11 +61,11 @@ h1 {
6161
}
6262

6363
.input-wrapper input {
64+
width: 100%;
6465
background-color: transparent;
6566
font-size: 1.25rem;
6667
border: none;
67-
margin-left: 10px;
68-
padding-left: 15px;
68+
padding: 10px 10px;
6969
}
7070

7171
input:focus {

0 commit comments

Comments
 (0)