diff --git a/public/favicon.ico b/public/favicon.ico index 7f48a94..5fe75a7 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/favicon.svg b/public/favicon.svg deleted file mode 100644 index f157bd1..0000000 --- a/public/favicon.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - diff --git a/src/components/HomePage.astro b/src/components/HomePage.astro index 3ce51b0..63113b1 100644 --- a/src/components/HomePage.astro +++ b/src/components/HomePage.astro @@ -241,11 +241,11 @@ const getProjectImage = (imageName: string) => { cardElementsContainer, { opacity: [0, 1], y: [50, 0] }, { - duration: 0.6, + duration: 0.3, easing: "easeIn", // delay: 0.3, - delay: stagger(0.3), + delay: stagger(0.2), }, ); @@ -253,9 +253,9 @@ const getProjectImage = (imageName: string) => { cardElements, { opacity: [0, 1], y: [30, 0] }, { - duration: 0.5, + duration: 0.3, easing: "easeIn", - delay: stagger(0.3), + delay: stagger(0.2), }, ); }); diff --git a/src/styles/index.css b/src/styles/index.css index 4e477b3..720a23f 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -101,6 +101,7 @@ div { width: 100%; text-align: center; + align-items: center; display: flex; justify-content: space-between; margin-top: 16px;