From 4f53a3fc68b46f51eef3121be06b5fbf5f42b972 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 19 Jan 2023 11:20:02 -0500 Subject: [PATCH] Font-size/line-height at xl screens --- src/static/css/homepage.css | 4 ++-- src/static/css/typography.css | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index 3050b76..b178172 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -142,8 +142,8 @@ mark{ background-image: url("/Images/x-large-grid-generative-art.png") !important; background-attachment: scroll; background-position: top; - background-repeat: repeat; - background-size: cover; + background-repeat: repeat-y; + background-size: cover !important; } .lead-text-container{ diff --git a/src/static/css/typography.css b/src/static/css/typography.css index a004e8a..faf1f96 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -18,8 +18,10 @@ h1,h2,h3,h4,h5,h6,p,.lead{ } .impact{ - font-size: 5.022vw !important; - line-height: 4.520vw !important; + font-size: 7.812vw !important; + line-height: 8.3vw!important; + margin-top: 2vw !important; + margin-bottom: 1vw !important; } h1{