Fix post spaces
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div
|
<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 }"
|
v-bind:class="{ 'no-border': !border }"
|
||||||
>
|
>
|
||||||
<g-link :to="record.path" class="post-card-image-link">
|
<g-link :to="record.path" class="post-card-image-link">
|
||||||
@@ -84,4 +84,8 @@ export default {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flex-post:first-child {
|
||||||
|
margin-top: 60px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user