From 3c26c699961dcc64b448fbcc472e5259215c2e17 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 8 Sep 2022 15:23:13 -0400 Subject: [PATCH] Styling, homepage progress --- src/layouts/index.html | 18 +++++++++++++----- src/static/css/style.css | 13 +++++++++++++ 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index 5fd0ca5..4afb4e4 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -1,5 +1,5 @@ {{ define "main" }} -
+
@@ -15,10 +15,18 @@ {{- partial "full-width-cta.html" . -}}
-
-
-
-

equitable open-source for web3

+
+
+
+
+

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/css/style.css b/src/static/css/style.css index 023aa1f..45c186d 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -144,6 +144,7 @@ h2{ h3{ font-family: "pp-neue-machina", sans-serif; color:#00ffd0; + text-transform: uppercase; } h4{ @@ -235,3 +236,15 @@ hr{ } /* Homepage */ + +@media only screen and (min-width: 1280px) { + + .hero-section{ + margin-bottom: 80px; + } + + .impact-section{ + padding: 160px 0px; + } + +}