From 6f9c8da0abdb2f886de01c11e2638fdd72e19cad Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Mon, 23 Jan 2023 18:34:55 -0500 Subject: [PATCH] Typography for medium screens --- src/static/css/homepage.css | 4 ++-- src/static/css/typography.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index 6ae7228..858a2bb 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-y !important; - background-size: contain !important; + background-repeat: repeat !important; + background-size: cover !important; } .lead-text-container{ diff --git a/src/static/css/typography.css b/src/static/css/typography.css index 107ee6e..650c0ec 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -170,7 +170,7 @@ a:hover{ @media only screen and (min-width: 768px) and (max-width: 992px) { .impact{ - font-size: 8.5vw !important; + font-size: 5vw !important; line-height: 9.9vw!important; margin-top: 4vw !important; margin-bottom: 1.2vw !important;