Skip to content

Commit

Permalink
fix search icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Egesiapres committed Oct 18, 2023
1 parent 02cc110 commit 5680cdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@
<button
class="b-0 br-10 p-10"
type="button"
></button>
>
<img src="https://egesiapres.github.io/weather-app/img/location.svg" />
</button>
</form>

<div
Expand Down
2 changes: 1 addition & 1 deletion style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ form {

input {
width: 150px;
background-image: url("/img/magnifyingglass.svg");
background-image: url("https://egesiapres.github.io/weather-app/img/magnifyingglass.svg");
background-repeat: no-repeat;
background-position: 3px center;
background-size: 25px;
Expand Down

0 comments on commit 5680cdf

Please sign in to comment.