From fdacbbf88ca50a0bfd3791160f8a24735ddab546 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 15 Sep 2022 19:17:40 -0400 Subject: [PATCH] vw for lead text --- src/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index f2fa47e..52d4111 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -152,8 +152,8 @@ li{ } .lead{ - font-size: 28px !important; - line-height: 29px !important; + font-size: 1.5vw !important; + line-height: 1.7vw !important; margin-bottom: 40px; }