fix: ajouter des titres de section avec le composant BackgroundTitle dans plusieurs fichiers markdown

This commit is contained in:
2026-02-17 18:25:05 +01:00
parent 68a3b0468b
commit 5e743cb13e
18 changed files with 127 additions and 65 deletions

View File

@@ -5,7 +5,7 @@ defineProps<{
</script>
<template>
<h1 class="w-full md:w-[110%] mb-2 font-bold text-4xl md:text-7xl text-transparent opacity-15 text-stroke-neutral-500 text-stroke-2 md:-translate-x-16">
<h1 class="w-full md:w-[110%] mt-4 mb-2 font-bold text-4xl md:text-7xl text-transparent opacity-15 text-stroke-neutral-500 text-stroke-2 md:-translate-x-16">
{{ title }}
</h1>
</template>