Skip to content

Commit

Permalink
fix container border for search input field
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonWingerAir committed Jan 20, 2024
1 parent 96f1f11 commit de4cc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h1 class="text-3xl font-bold text-white">Video Games</h1>
</div>
<div class="flex justify-center mb-10">
<div class="border rounded-md border-neutral-400 mr-2">
<div class="border rounded-md border-neutral-400 border-b-0 mr-2">
<input
class="px-2 py-1 border-0 min-w-64"
v-model="searchTerm"
Expand Down

0 comments on commit de4cc2f

Please sign in to comment.