From 1e029a28c1595fe14b38eef436c862a811bce565 Mon Sep 17 00:00:00 2001 From: Robin Goetz Date: Thu, 2 Mar 2023 09:33:20 -0500 Subject: [PATCH] feat: fine tune the design of the website this fine-tuning includes mostly changes to the tailwind classes applied. I also added a footer giving credit to Santosh for creating this awesome project! --- src/components/BlogCard.astro | 6 +++--- src/components/Footer.astro | 3 +++ src/components/Header.astro | 22 +++++++++++----------- src/components/TagsLine.astro | 2 +- src/layouts/BlogLayout.astro | 22 ++++++++++++---------- src/layouts/Layout.astro | 4 +++- src/pages/index.astro | 20 ++++++++++---------- src/pages/snippets.astro | 4 ++-- 8 files changed, 45 insertions(+), 38 deletions(-) create mode 100644 src/components/Footer.astro diff --git a/src/components/BlogCard.astro b/src/components/BlogCard.astro index acb4dab..b577bcd 100644 --- a/src/components/BlogCard.astro +++ b/src/components/BlogCard.astro @@ -17,15 +17,15 @@ url = url + "/"; ---
  • -

    {title}

    +

    {title}

    diff --git a/src/components/Footer.astro b/src/components/Footer.astro new file mode 100644 index 0000000..ebba91d --- /dev/null +++ b/src/components/Footer.astro @@ -0,0 +1,3 @@ +
    +An open source project created by Santhosh Yadav. +
    \ No newline at end of file diff --git a/src/components/Header.astro b/src/components/Header.astro index 86bedb7..f28dba7 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -14,26 +14,26 @@ const navItems = [ --- -
    +
    Angular Snippets
    -