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>
<Layout>
<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
v-for="edge in $page.entries.edges"
:key="edge.node.id"