From 2dbe0ba2f6f4d3a12ebb81f8199b704e4cb0dcfb Mon Sep 17 00:00:00 2001
From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com>
Date: Fri, 16 Sep 2022 16:06:14 -0400
Subject: [PATCH] Impact section nightmare styling
---
src/layouts/index.html | 6 ----
src/static/Images/impact-section-grid.svg | 39 +++++++++++++++++++++++
src/static/css/style.css | 15 ++++-----
3 files changed, 45 insertions(+), 15 deletions(-)
create mode 100644 src/static/Images/impact-section-grid.svg
diff --git a/src/layouts/index.html b/src/layouts/index.html
index 7d5b48c..ca19d36 100644
--- a/src/layouts/index.html
+++ b/src/layouts/index.html
@@ -89,12 +89,6 @@
equitable open-source for web3
-
-
-
Lorem ipsum dolor sit amet
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porta dolor a nibh viverra, eget aliquam velit semper. Duis vestibulum lectus eu nisl semper.
-
-
diff --git a/src/static/Images/impact-section-grid.svg b/src/static/Images/impact-section-grid.svg
new file mode 100644
index 0000000..e8eca60
--- /dev/null
+++ b/src/static/Images/impact-section-grid.svg
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/static/css/style.css b/src/static/css/style.css
index b14bcc1..d333da6 100644
--- a/src/static/css/style.css
+++ b/src/static/css/style.css
@@ -94,6 +94,7 @@ h1{
h2{
font-family: "pp-neue-machina", sans-serif;
color:#00ffd0;
+ margin-top: -1.8vw !important;
}
h3{
@@ -290,15 +291,11 @@ hr{
}
.impact-section{
-
- }
-
- .about-block{
- padding: 4.464vw 18.929vw; !important;
- margin: -11.161vw 8.371vw 0vw 8.371vw;
- position: relative;
- top: 11.161vw;
- border: 2px solid #949494;
+ background-image: url("/Images/impact-section-grid.svg");
+ background-repeat: repeat-y;
+ background-size: cover;
+ padding-top: 3.5vw;
+ opacity: 1;
}
.package_before{