mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 13:54:05 +01:00
Ajout de la classe 'blur-xl' au composant de fond pour améliorer l'effet visuel.
This commit is contained in:
@@ -29,7 +29,7 @@ const backgroundStyle = computed(() => {
|
||||
|
||||
<template>
|
||||
<div
|
||||
class="fixed inset-0 z-0 hidden md:block"
|
||||
class="fixed inset-0 z-0 hidden md:block blur-xl"
|
||||
:style="backgroundStyle"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user