From 6b8124d810eae9a19862eed901344fb2f9f10a0b Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 12 Apr 2025 19:04:05 +0200 Subject: [PATCH] feat: use social icons --- src/components/Card.astro | 1 + src/components/Footer.astro | 14 +++++++------- src/constants/links.ts | 4 +++- src/pages/index.astro | 5 +++-- src/pages/showcase.astro | 2 +- 5 files changed, 15 insertions(+), 11 deletions(-) diff --git a/src/components/Card.astro b/src/components/Card.astro index 92ebdc3..30ec692 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -54,6 +54,7 @@ const { href, title, rel, body, newTab = false } = Astro.props h2 { margin: 0; + font-size: var(--font-size-base); transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1); } diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 58267eb..5b74298 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -18,17 +18,11 @@ const year = new Date().getFullYear()
  • Some Projects
  • -
  • - Talks -
  • -
  • - More Projects -