Merge branch 'development' of github.com:threefoldtech/www_partners_v2 into development

This commit is contained in:
samaradel
2020-11-22 18:05:36 +02:00
5 changed files with 93 additions and 4 deletions

View File

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