From 64a986fef3f5d34f3e182cd338029f0dbb275a34 Mon Sep 17 00:00:00 2001 From: roryjshelton <76418221+roryjshelton@users.noreply.github.com> Date: Sun, 7 May 2023 16:29:00 +0200 Subject: [PATCH] padding fix --- src/components/Navbar/Navbar.jsx | 10 ++--- src/components/Navbar/NavbarStyles.css | 37 ------------------ src/components/P1/CTO/CTO.astro | 4 +- src/components/P1/CTO/CTOStyles.css | 4 +- src/components/P1/Footer/FooterStyles.css | 4 +- src/components/P1/Grid/GridStyles.css | 5 ++- src/components/P1/Header/Header.astro | 2 +- src/components/P1/Message/MessageStyles.css | 2 +- src/components/P1/Powered/Powered.astro | 4 +- src/components/P1/Socials/Socials.astro | 8 ++-- src/components/P1/Vision/Vision.astro | 4 +- src/components/P1/Whatisweb3/Whatisweb3.astro | 13 +++++-- .../P1/Whatisweb3/Whatisweb3Styles.css | 39 ++----------------- 13 files changed, 37 insertions(+), 99 deletions(-) diff --git a/src/components/Navbar/Navbar.jsx b/src/components/Navbar/Navbar.jsx index 3b9c673..fe77c9c 100644 --- a/src/components/Navbar/Navbar.jsx +++ b/src/components/Navbar/Navbar.jsx @@ -8,15 +8,15 @@ function Navbar() { const toggleNav = () => setNav(!nav) return ( -