diff --git a/components/search.vue b/components/search.vue index 54cb883..18895c4 100644 --- a/components/search.vue +++ b/components/search.vue @@ -6,7 +6,7 @@ ref="search" v-model="query" aria-label="Type here to Search" - class="appearance-none w-full text-white font-bold sm:text-5xl outline-none bg-transparent p-3" + class="appearance-none w-full text-white font-hairline sm:text-5xl outline-none bg-transparent p-3" type="search" placeholder="Type to Search" autofocus @@ -17,21 +17,66 @@