From 8ee8671ead4445b6f3e9cc1133959527848c2ac8 Mon Sep 17 00:00:00 2001 From: roryjshelton <76418221+roryjshelton@users.noreply.github.com> Date: Thu, 27 Apr 2023 23:17:06 -0700 Subject: [PATCH] add components --- package.json | 2 +- src/components/Navbar/Navbar.jsx | 24 +-- src/components/Navbar/NavbarStyles.css | 28 ++-- src/components/P1/Header/Header.astro | 2 +- src/components/P1/Header/HeaderStyles.css | 142 ++++-------------- src/components/P1/Vision/Vision.astro | 6 +- src/components/P1/Whatisweb3/Whatisweb3.astro | 36 +++++ .../P1/Whatisweb3/Whatisweb3Styles.css | 122 +++++++++++++++ src/pages/index.astro | 2 + tailwind.config.cjs | 27 +--- 10 files changed, 222 insertions(+), 169 deletions(-) create mode 100644 src/components/P1/Whatisweb3/Whatisweb3.astro create mode 100644 src/components/P1/Whatisweb3/Whatisweb3Styles.css diff --git a/package.json b/package.json index 30b7bc1..42fcfdf 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "0.0.1", "scripts": { - "dev": "astro dev", + "dev": "TAILWIND_MODE=watch astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", diff --git a/src/components/Navbar/Navbar.jsx b/src/components/Navbar/Navbar.jsx index e7a133c..d4c28e9 100644 --- a/src/components/Navbar/Navbar.jsx +++ b/src/components/Navbar/Navbar.jsx @@ -8,33 +8,33 @@ function Navbar() { const toggleNav = () => setNav(!nav) return ( -