Skip to content

Commit

Permalink
increase font-size in search input (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roma36 authored Sep 19, 2023
1 parent 1e0cb74 commit 5188e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ body {

/* TODO: Replace with Algolia search icon */
.navbar__search-input {
@apply w-32 lg:w-48 h-10;
@apply w-32 lg:w-48 h-10 text-base;
}

div[class^="searchHintContainer"] {
Expand Down

0 comments on commit 5188e18

Please sign in to comment.