update search2

This commit is contained in:
2020-11-22 19:17:44 +02:00
parent 3c8e17a767
commit b4e92d33a5
2 changed files with 5 additions and 5 deletions

View File

@@ -20,8 +20,8 @@
:record="edge.node"
/>
</div>
<div v-else class="flex flex-col with-large my-auto text-center">
<h1>404</h1>
<div v-else class="flex flex-col with-large my-auto text-center py-20">
<h1 class="">No results</h1>
<p>OOPS! Something went wrong here</p>
</div>
</div>
@@ -165,6 +165,6 @@ export default {
<style scoped>
h1 {
font-size: 13rem;
font-size: 3rem;
}
</style>