diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 14c535b..f35836b 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -4,14 +4,18 @@ import { profileConfig } from '../config' import { url } from '../utils/url-utils' --- -
+ +
+ +
© 2024 {profileConfig.name}. All Rights Reserved. / - RSS / - Sitemap -
- Powered by - Astro & - Fuwari + RSS / + Sitemap
-
+
+ Powered by + Astro & + Fuwari +
+
\ No newline at end of file diff --git a/src/components/GlobalStyles.astro b/src/components/GlobalStyles.astro index ea6b863..ce425af 100644 --- a/src/components/GlobalStyles.astro +++ b/src/components/GlobalStyles.astro @@ -307,8 +307,8 @@ color_set({ #content-wrapper { animation-delay: var(--content-delay); } -#footer { - animation-delay: 400ms; +.footer { + animation-delay: 250ms; } #banner-credit { animation-delay: 400ms; diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 0b9cc17..577c16b 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -19,7 +19,7 @@ let links: NavBarLink[] = navBarConfig.links.map( }, ) --- -