diff --git a/src/lib/components/MainFooter.svelte b/src/lib/components/MainFooter.svelte index 9b9d52d..c552f64 100644 --- a/src/lib/components/MainFooter.svelte +++ b/src/lib/components/MainFooter.svelte @@ -17,7 +17,7 @@ > - + logo

© 2023 Matthieu Morin

diff --git a/src/routes/(home)/+page.svelte b/src/routes/(home)/+page.svelte index c7c927a..949f2d1 100644 --- a/src/routes/(home)/+page.svelte +++ b/src/routes/(home)/+page.svelte @@ -6,12 +6,12 @@
-
+

I make the wheels turn.

- + Profile picture
@@ -41,13 +41,13 @@ } .img-bg { @apply absolute z-[-1] rounded-full blur-[50px] transition-all; - animation: pulse 5s cubic-bezier(0, 0, 0, 0.5) infinite, glow 5s linear infinite; + animation: pulse 5s cubic-bezier(0, 0, 0, 1) infinite, glow 5s linear infinite; } .scene { @apply relative inset-1 w-[100%vw] h-[150px] md:h-[400px] lg:h-[600px]; } @keyframes glow { - 0% { + 0% { @apply bg-primary-400/50; } 33% {