Fix post spaces

This commit is contained in:
samaradel
2020-11-11 15:28:41 +02:00
parent f58b001da6
commit 7b05b50e3f

View File

@@ -1,6 +1,6 @@
<template>
<div
class="flex flex-post px-0 sm:px-4 pt-12 pb-8 mb-8"
class="flex flex-post px-0 sm:px-4 pb-8 mb-8"
v-bind:class="{ 'no-border': !border }"
>
<g-link :to="record.path" class="post-card-image-link">
@@ -84,4 +84,8 @@ export default {
max-width: 100%;
height: auto;
}
.flex-post:first-child {
margin-top: 60px;
}
</style>