update search2
This commit is contained in:
@@ -14,12 +14,12 @@
|
|||||||
<g-link :to="record.path">
|
<g-link :to="record.path">
|
||||||
<h2 class="post-card-title mt-3">{{ record.title || record.name }}</h2>
|
<h2 class="post-card-title mt-3">{{ record.title || record.name }}</h2>
|
||||||
<p class="post-card-excerpt">{{ record.excerpt }}</p>
|
<p class="post-card-excerpt">{{ record.excerpt }}</p>
|
||||||
<section class="post-tags container mx-auto relative py-1">
|
<section class="flex flex-wrap post-tags container mx-auto relative py-1">
|
||||||
<g-link
|
<g-link
|
||||||
v-for="membership in record.memberships"
|
v-for="membership in record.memberships"
|
||||||
:key="membership.id"
|
:key="membership.id"
|
||||||
:to="membership.path"
|
:to="membership.path"
|
||||||
class="text-xs bg-transparent hover:text-blue-700 py-1 px-2 mr-1 border hover:border-blue-500 border-gray-600 text-gray-700 rounded-full"
|
class="text-xs bg-transparent hover:text-blue-700 py-1 px-2 mr-1 border hover:border-blue-500 border-gray-600 text-gray-700 rounded-full mb-2"
|
||||||
>{{ membership.title }}</g-link
|
>{{ membership.title }}</g-link
|
||||||
>
|
>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -20,8 +20,8 @@
|
|||||||
:record="edge.node"
|
:record="edge.node"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="flex flex-col with-large my-auto text-center">
|
<div v-else class="flex flex-col with-large my-auto text-center py-20">
|
||||||
<h1>404</h1>
|
<h1 class="">No results</h1>
|
||||||
<p>OOPS! Something went wrong here</p>
|
<p>OOPS! Something went wrong here</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -165,6 +165,6 @@ export default {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 13rem;
|
font-size: 3rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user