From e0d507ffa523ad7f67034d5f57ff8405635ac070 Mon Sep 17 00:00:00 2001
From: roryjshelton <76418221+roryjshelton@users.noreply.github.com>
Date: Sun, 7 May 2023 20:16:06 +0200
Subject: [PATCH] padding fix
---
src/components/Navbar/Navbar.jsx | 6 +++---
src/components/P1/.DS_Store | Bin 6148 -> 6148 bytes
src/components/P1/CTO/CTOStyles.css | 4 ++--
src/components/P1/Footer/Footer.astro | 4 +---
src/components/P1/Footer/FooterStyles.css | 5 +++--
src/components/P1/Grid/GridStyles.css | 2 +-
src/components/P1/Meme/MemeStyles.css | 6 +++---
src/components/P1/Message/MessageStyles.css | 2 +-
src/components/P1/Vision/Vision.astro | 2 +-
.../P1/Whatisweb3/Whatisweb3Styles.css | 6 +++---
10 files changed, 18 insertions(+), 19 deletions(-)
diff --git a/src/components/Navbar/Navbar.jsx b/src/components/Navbar/Navbar.jsx
index fe77c9c..54dc46e 100644
--- a/src/components/Navbar/Navbar.jsx
+++ b/src/components/Navbar/Navbar.jsx
@@ -16,7 +16,7 @@ function Navbar() {
+
@@ -29,8 +29,8 @@ function Navbar() {
Home
Vision
What is Web3
-
Donate
-
+
Donate
+
diff --git a/src/components/P1/.DS_Store b/src/components/P1/.DS_Store
index e1ab0cf1595152775592dbaa4d985cb163ea9328..a0d9303692bfea859df11adeb739d1b3c3519597 100644
GIT binary patch
delta 78
zcmZoMXfc@JFUrEez`)4BAi%(o%21S4UR;orlb^I%ka;
b%7
delta 48
zcmZoMXfc@JFUrioz`)4BAi%(o%1~4mT$GoSpO?P*BlB`bM&`{AnABM(HeA`v&heKY
E04(1QXaE2J
diff --git a/src/components/P1/CTO/CTOStyles.css b/src/components/P1/CTO/CTOStyles.css
index c0e6a3e..686caa6 100644
--- a/src/components/P1/CTO/CTOStyles.css
+++ b/src/components/P1/CTO/CTOStyles.css
@@ -52,7 +52,7 @@
.shadowdrop {
border-radius: 72.5px;
box-shadow: 0px 4px 4px #00000040;
- margin-left: 12%;
+ /* margin-left: 12%; */
transition: 0.5s;
justify-content: center;
}
@@ -84,6 +84,6 @@
align-items: flex-start;
display: flex;
vertical-align: center;
- padding-inline: 15%;
+ padding-inline: 12%;
}
}
\ No newline at end of file
diff --git a/src/components/P1/Footer/Footer.astro b/src/components/P1/Footer/Footer.astro
index 1f609c1..834beb3 100644
--- a/src/components/P1/Footer/Footer.astro
+++ b/src/components/P1/Footer/Footer.astro
@@ -12,9 +12,7 @@ import "./FooterStyles.css";
>
contact@lumeweb.com
diff --git a/src/components/P1/Footer/FooterStyles.css b/src/components/P1/Footer/FooterStyles.css
index 91e4c17..c4e4b43 100644
--- a/src/components/P1/Footer/FooterStyles.css
+++ b/src/components/P1/Footer/FooterStyles.css
@@ -9,7 +9,7 @@
margin: 0 auto;
display: grid;
gap: 1rem;
- padding: 7% 14.7%;
+ padding: 10% 12%;
background-color: #020E10;
height: auto;
}
@@ -51,11 +51,12 @@
}
.footer-h2 {
- font-size: calc(15px + (20 - 10) * ((100vw - 300px) / (1600 - 300)));
+ font-size: calc(12px + (20 - 10) * ((100vw - 300px) / (1600 - 300)));
color: var(--aquamarine);
line-height: 1vh;
z-index: 999;
margin-top: 5em;
+ white-space: nowrap;
}
.footer-padding {
diff --git a/src/components/P1/Grid/GridStyles.css b/src/components/P1/Grid/GridStyles.css
index 90e21ed..4a2a6a1 100644
--- a/src/components/P1/Grid/GridStyles.css
+++ b/src/components/P1/Grid/GridStyles.css
@@ -1,5 +1,5 @@
.cards {
- max-width: 81%;
+ max-width: 77.5%;
margin: 126px auto;
display: grid;
gap: 1rem;
diff --git a/src/components/P1/Meme/MemeStyles.css b/src/components/P1/Meme/MemeStyles.css
index 60208a1..f79e760 100644
--- a/src/components/P1/Meme/MemeStyles.css
+++ b/src/components/P1/Meme/MemeStyles.css
@@ -22,7 +22,7 @@
align-items: center;
overflow: hidden;
display: flex;
- padding-left: 6.5%;
+ /* padding-left: 6.5%; */
height: 80vh;
transition: 0.5s;
}
@@ -32,7 +32,7 @@
background-position: 100% 50%;
background-size: contain;
background-repeat: no-repeat;
- margin-left: -0.8vw;
+ /* margin-left: -0.8vw; */
height: calc(100% + 0.3vh);
transition: 0.5s;
}
@@ -57,7 +57,7 @@
.meme-wrapper {
width: 100%;
padding-inline: 15%;
- padding-left: 20%;
+ padding-left: 18%;
height: 80vh;
transition: 0.5s;
}
diff --git a/src/components/P1/Message/MessageStyles.css b/src/components/P1/Message/MessageStyles.css
index 6fde8f7..a451276 100644
--- a/src/components/P1/Message/MessageStyles.css
+++ b/src/components/P1/Message/MessageStyles.css
@@ -5,7 +5,7 @@
flex-direction: column;
gap: 7px;
min-height: 237px;
- padding: 5% 15%;
+ padding: 5% 12%;
width: 100%;
}
diff --git a/src/components/P1/Vision/Vision.astro b/src/components/P1/Vision/Vision.astro
index acf2b85..719608b 100644
--- a/src/components/P1/Vision/Vision.astro
+++ b/src/components/P1/Vision/Vision.astro
@@ -4,7 +4,7 @@ import "./VisionStyles.css";