Skip to content

Commit

Permalink
add new style for the from input
Browse files Browse the repository at this point in the history
  • Loading branch information
Kader1680 committed Sep 30, 2023
1 parent a0ac45d commit fc6bba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ header .search-box {
cursor: pointer;
width: 30px;
height: 30px;
border-radius: 0px 15px 15px 0px;
border-radius: 0px 15px 15px 0px;
border: none;
position: absolute;
top: 0;
right: -1.4px;
right: -1.5px;
transform: scale(1);
background: green;
}
Expand Down

0 comments on commit fc6bba0

Please sign in to comment.