Skip to content

Commit

Permalink
Fix search bar width on XL breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Sep 18, 2024
1 parent cf129fb commit f037a41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defineExpose({ focusInput })
<form
action="/search"
role="search"
class="search-bar group flex h-14 flex-row items-center rounded-sm border-tx bg-default sm:h-16"
class="search-bar group flex h-14 flex-row items-center rounded-sm border-tx bg-default sm:h-16 xl:w-[43.75rem]"
@submit.prevent="handleSearch"
>
<div
Expand Down

0 comments on commit f037a41

Please sign in to comment.