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

This commit is contained in:
hamdy
2020-11-19 18:43:41 +02:00
4 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

@@ -14,7 +14,7 @@
<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-5"> <section class="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"
@@ -25,7 +25,7 @@
</section> </section>
</g-link> </g-link>
<div class="w-full post-card-meta pt-4"> <div class="w-full post-card-meta pt-2">
<div class="avatars"> <div class="avatars">
<div class="flex items-center"> <div class="flex items-center">
<div class="flex justify-between items-center"> <div class="flex justify-between items-center">
@@ -47,7 +47,7 @@
</div> </div>
<div <div
class="ml-3 pl-3 border-l flex flex-col text-xs leading-none uppercase" class="flex flex-col text-xs leading-none uppercase"
> >
<p> <p>
<g-link :to="record.path"> <g-link :to="record.path">
@@ -70,7 +70,7 @@
</div> </div>
<section class="post-tags container mx-auto relative py-5"> <section class="post-tags container mx-auto relative py-3">
<g-link <g-link
v-for="tag in record.tags" v-for="tag in record.tags"
:key="tag.id" :key="tag.id"

View File

@@ -1,7 +1,7 @@
<template> <template>
<Layout> <Layout>
<div class="container sm:pxi-0 mx-auto overflow-x-hidden"> <div class="container sm:pxi-0 mx-auto overflow-x-hidden">
<div class="flex flex-wrap with-large pt-8 pb-8 mx-4 sm:-mx-4"> <div class="flex flex-wrap with-large pt-8 pb-8 mx-4 sm:-mx-4 h-screen">
<PostListItem <PostListItem
v-for="edge in $page.entries.edges" v-for="edge in $page.entries.edges"
:key="edge.node.id" :key="edge.node.id"

View File

@@ -91,7 +91,7 @@
</div> </div>
<section <section
class="post-related bg-black text-gray-200 pt-10 border-b border-b-gray-900" class="post-related text-gray-700 pt-10 border-b border-b-gray-900"
> >
<div class="container mx-auto"> <div class="container mx-auto">
<div class="flex flex-wrap pt-8 pb-8 mx-4 sm:-mx-4"> <div class="flex flex-wrap pt-8 pb-8 mx-4 sm:-mx-4">