From 45167f35c6e85d80483acf9fa968b5dfeccd9ecc Mon Sep 17 00:00:00 2001 From: log101 Date: Thu, 16 May 2024 13:46:38 +0300 Subject: [PATCH] style: replace header styles with tailwind --- src/components/Header.astro | 107 ++++++++++-------------------------- src/pages/index.astro | 7 +-- src/styles/home.css | 18 ------ tailwind.config.mjs | 1 + 4 files changed, 32 insertions(+), 101 deletions(-) delete mode 100644 src/styles/home.css diff --git a/src/components/Header.astro b/src/components/Header.astro index b464773..fef1967 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -3,115 +3,64 @@ const base = import.meta.env.BASE_URL; --- -
-