From 71cf48d73a70b012fb9cb80f4d037eadd3c117e8 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 8 Sep 2022 09:38:00 -0400 Subject: [PATCH] More progress --- src/layouts/index.html | 2 +- src/static/css/style.css | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index ea3e15e..b8c0566 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -8,7 +8,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.

diff --git a/src/static/css/style.css b/src/static/css/style.css index 1c9be2d..2edd4c9 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -7,7 +7,7 @@ body{ .hero-container{ background-image: url("/Images/x-large-grid-hero.svg"); - background-size: contain; + background-size: auto; background-repeat: no-repeat; } @@ -18,7 +18,7 @@ body{ @media only screen and (min-width: 1280px) { .container{ - padding: 135px 132px 0px 132px; + padding: 160px 132px 0px 132px; } } @@ -152,8 +152,9 @@ p{ @media only screen and (min-width: 1280px) { h1{ - font-size: 210px; - line-height: 222px; + font-size: 224px; + line-height: 240px; + margin-top: -18px; } h2{ @@ -163,6 +164,7 @@ p{ .lead{ font-size: 28px !important; + line-height: 29px !important; } p{