From a3cec3cde57020b6d2558ae6634dfe1aabbb7b51 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 19 Jan 2023 11:57:14 -0500 Subject: [PATCH] Font adjustment for small screens --- src/static/css/typography.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/static/css/typography.css b/src/static/css/typography.css index 16bc082..b109981 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -220,6 +220,13 @@ a:hover{ @media only screen and (min-width: 576px) and (max-width: 768px){ + .impact{ + font-size: 12vw !important; + line-height: 13.3vw!important; + margin-top: 0vw !important; + margin-bottom: 2vw !important; + } + h1{ font-size: 14vw; line-height: 20vw;