From e1b6f0b0313d0eb5602d370991f92846075b58eb Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 15 Sep 2022 10:49:54 -0400 Subject: [PATCH] Hero section spacing fix --- src/layouts/index.html | 3 +-- src/static/css/style.css | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index 4deb4b2..baf6329 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -34,7 +34,7 @@
-

The revolution is here. We’re calling on all open-source devs to authenticate their Github with tea.

+

The revolution is here. We’re calling on all open-source devs to authenticate their Github with tea.

@@ -92,7 +92,6 @@ border-left: 2px solid #949494; border-right: 2px solid #949494; height: 100%; - padding: 25px; } .package-row{ diff --git a/src/static/css/style.css b/src/static/css/style.css index d1dc260..32bedde 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -3,10 +3,8 @@ body{ background-color: #1a1a1a; max-width: 1920px; - /* background-image: url("/Images/xl-grid-quarter-opacity.svg"); background-size: contain; - */ } /* @@ -194,6 +192,8 @@ li{ h1{ font-size: 13.25rem; line-height: 14rem; + margin-top: -20px; + margin-left: -15px; } h2{