From 7213eeaf64323e7d1212a483f6fb91fdb0c6ec9a Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 19 Jan 2023 11:48:25 -0500 Subject: [PATCH] Type and grid for medium layout --- src/static/css/homepage.css | 4 ++-- src/static/css/typography.css | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index 61e3f6d..f0ab46e 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -291,8 +291,8 @@ mark{ background-image: url("/Images/large-grid-generative-art.png") !important; background-attachment: scroll; background-position: top; - background-repeat: repeat; - background-size: cover; + background-repeat: repeat-y !important; + background-size: contain !important; } .lead-text-container{ diff --git a/src/static/css/typography.css b/src/static/css/typography.css index 01788da..16bc082 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -173,6 +173,13 @@ a:hover{ @media only screen and (min-width: 768px) and (max-width: 992px) { + .impact{ + font-size: 8.5vw !important; + line-height: 9.9vw!important; + margin-top: 4vw !important; + margin-bottom: 1.2vw !important; + } + h1{ font-size: 14vw; line-height: 15vw;