fix: ajuster la largeur du composant BackgroundTitle pour un meilleur affichage

This commit is contained in:
2026-02-17 09:11:37 +01:00
parent 20f17fba4e
commit 0703ac7ff7

View File

@@ -5,7 +5,7 @@ defineProps<{
</script>
<template>
<h1 class="mb-2 font-bold text-4xl md:text-7xl text-transparent opacity-15 text-stroke-neutral-400 dark:text-stroke-neutral-500 text-stroke-2 md:-translate-x-16">
<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">
{{ title }}
</h1>
</template>