From 8c7cec7e7c17c2d2afd25b86faa6448064891647 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Sun, 30 Jul 2023 08:17:02 -0400 Subject: [PATCH] Refactor tailwind calsses with the headwind extension --- src/components/Footer.astro | 2 +- src/components/misc/BlogProjectCard.astro | 6 +++--- src/components/misc/ThemeToggle.astro | 6 +++--- src/components/nav/Nav.astro | 20 ++++++++++---------- src/components/nav/SocialLinks.astro | 8 ++++---- src/components/resume/Timeline.astro | 4 ++-- src/layouts/BlogLayout.astro | 6 +++--- src/layouts/InteractiveDemoLayout.astro | 6 +++--- src/pages/contact.astro | 14 +++++++------- src/pages/index.astro | 4 ++-- src/pages/projects/[page].astro | 12 ++++++------ src/pages/resume.astro | 12 ++++++------ 12 files changed, 50 insertions(+), 50 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 7fd9812..6198f3e 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/src/components/misc/BlogProjectCard.astro b/src/components/misc/BlogProjectCard.astro index a668c03..3f8b654 100644 --- a/src/components/misc/BlogProjectCard.astro +++ b/src/components/misc/BlogProjectCard.astro @@ -12,10 +12,10 @@ const { title, subtitle, image, link } = Astro.props;
-
- +
+
-

{title}

+

{title}

{subtitle}

diff --git a/src/components/misc/ThemeToggle.astro b/src/components/misc/ThemeToggle.astro index 01c4895..0cbedcb 100644 --- a/src/components/misc/ThemeToggle.astro +++ b/src/components/misc/ThemeToggle.astro @@ -7,13 +7,13 @@ For the 3 lines of javascript needed I think its okay to use a script tag --> } -