Skip to content

Commit

Permalink
style: improve responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoHamerski committed Dec 20, 2024
1 parent fbb345d commit d9386a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/home/partials/HomeSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ onMounted(() => {
</script>

<template>
<div class="mt-16 md:w-1/2 mx-auto text-center">
<form @submit.prevent="onSearchClick">
<div class="mt-16 w-full px-2 md:px-0 md:w-1/2 mx-auto text-center">
<form @submit.prevent="onSearchClick" class="w-full">
<HomeSearchInput
ref="homeSearchInput"
v-model="search"
Expand Down

0 comments on commit d9386a9

Please sign in to comment.