Skip to content

Commit

Permalink
fix: icon indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
gtnsimon committed Oct 20, 2021
1 parent 75c04b9 commit 0d8631c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h1 class="h1">Trouvez votre hébergement pour des vacances de rêve</h1>
<form action="index.html" method="GET">
<div class="search-input">
<label for="search" class="search-input__icon">
i
<i class="fas fa-map-marker-alt"></i>
</label>
<div class="search-input__text">
<input type="text" id="search" name="search" placeholder="Ex : Paris">
Expand Down
1 change: 1 addition & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ a {
width: 50px;
height: 50px;

font-size: 20px;
border-radius: 15px 0 0 15px;
background-color: #F2F2F2;
}
Expand Down

0 comments on commit 0d8631c

Please sign in to comment.