fix: ajuster la taille de la police dans le composant BackgroundTitle

This commit is contained in:
2026-02-16 22:46:50 +01:00
parent 81747fb458
commit 20f17fba4e

View File

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