Skip to content

Commit

Permalink
remove 1px translation of search button
Browse files Browse the repository at this point in the history
  • Loading branch information
iiiii7d committed Jan 2, 2024
1 parent f944105 commit 2bc43ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="search">
<div class="search__bar">
<input id="search__input" placeholder="Search" disabled />
<button style="transform: translateY(-1px)"><i class="fa fa-search"></i></button>
<button><i class="fa fa-search"></i></button>
</div>
<div class="results__container">
<div class="pill"></div>
Expand Down

0 comments on commit 2bc43ff

Please sign in to comment.