mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-03-16 05:09:46 +01:00
fix: ajuster la largeur du composant BackgroundTitle pour un meilleur affichage
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user