Skip to content

Commit

Permalink
adjust font-weight of suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sapinder committed Jan 9, 2021
1 parent e273776 commit ac31237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ input {
transition: background 0.2s;
display: flex;
justify-content: space-between;
text-transform: capitalize;
text-transform: capitalize;
font-weight: bold;
}
.suggestions li:nth-child(even) {
transform: perspective(100px) rotateX(3deg) translateY(2px) scale(1.001);
Expand Down

0 comments on commit ac31237

Please sign in to comment.