update news page

This commit is contained in:
2020-11-19 17:49:34 +02:00
parent 64dbaee7b9
commit bf493c0561
2 changed files with 2 additions and 2 deletions

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">