Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
Rostmas-gr committed Aug 12, 2024
1 parent 785f64c commit 9f9bc2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ body {
border-radius: 4px;
margin-bottom: 20px;
color: #3d4e61;
height: 100%;
}

.search input {
Expand All @@ -34,8 +35,11 @@ body {
background-image: url(images/Search.svg);
background-repeat: no-repeat;
color: #3d4e61;
padding: 1px 2px 1px 33px;
padding: 1px 2px 1px 62px;
font-family: Avenir, sans-serif;
width: 100%;
height: 100%;
box-sizing: border-box;
}

.search:hover {
Expand Down

0 comments on commit 9f9bc2f

Please sign in to comment.