frontend: some small fixes

Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
This commit is contained in:
Nicolas Froger 2024-07-22 02:51:50 +02:00
commit 5c6e641fbd
No known key found for this signature in database
3 changed files with 6 additions and 3 deletions

View file

@ -7,15 +7,15 @@ const postsStore = usePostsStore()
<template>
<div class="section" ref="section" data-anchor="welcome-section">
<div class="flex flex-col w-full h-full items-center justify-center text-center">
<h3 class="scroll-m-20 text-2xl font-semibold tracking-tight my-4">
<h3 class="scroll-m-20 text-2xl font-semibold tracking-tight mx-4 my-4">
3 semaines pour traverser 7 pays d'Europe en train
</h3>
<div v-if="postsStore.posts.length > 0">
<p class="">suivez mon voyage en naviguant vers le bas</p>
<p class="mx-4">suivez mon voyage en naviguant vers le bas</p>
<div class="arrow" />
</div>
<div v-else>
<p>le contenu n'est pas encore disponible, revenez plus tard</p>
<p class="mx-4">le contenu n'est pas encore disponible, revenez plus tard</p>
</div>
</div>
</div>