updated cards slightly, just need to pull on a remote
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<Nav />
|
||||
<main class="grid grid-cols-12 gap-5 justify-center">
|
||||
<div class="py-6 !col-start-2 md:!col-start-3 lg:!col-start-4 lg:col-span-6 md:col-span-8 col-span-10">
|
||||
<div class="pt-6 mb-4 !col-start-2 md:!col-start-3 lg:!col-start-4 lg:col-span-6 md:col-span-8 col-span-10">
|
||||
<ContentDoc v-slot="{ doc }">
|
||||
<img :src="doc.image.src"
|
||||
class="mb-2" />
|
||||
@@ -13,9 +13,10 @@
|
||||
{{ new Date(doc.date).toDateString().split(' ').slice(1).join(' ') }}
|
||||
</p>
|
||||
<div class="flex flex-wrap w-full gap-2 justify-start mb-7">
|
||||
<tagButton v-for="tag in doc.tags"
|
||||
<IconButton v-for="tag in doc.tags"
|
||||
:name="tag"
|
||||
:iconName='tag' />
|
||||
:iconName='tag'
|
||||
isTag="true" />
|
||||
</div>
|
||||
<ContentRenderer :value="doc" />
|
||||
</ContentDoc>
|
||||
@@ -23,7 +24,7 @@
|
||||
</main>
|
||||
<footer class="grid grid-cols-12 gap-5 justify-center">
|
||||
<div class="py-2 mb-4 !col-start-3 md:!col-start-4 xl:!col-start-5 xl:col-span-4 md:col-span-6 col-span-8">
|
||||
<NewsletterSignup class="mb-2" />
|
||||
<!-- <NewsletterSignup class="mb-2" /> -->
|
||||
© 2022 Juls07 - GPL v3.0 License
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user