From 509bf1d658da99295cc40bfb975a5b2529506e6d Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Mon, 17 Oct 2022 21:46:55 -0400 Subject: [PATCH] px => vw --- src/static/css/typography.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/static/css/typography.css b/src/static/css/typography.css index 0e4e894..856dbee 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -229,12 +229,12 @@ li{ h3{ font-size: 12vw; - line-height: 80px; + line-height: 16vw; } h4{ - font-size: 38px; - line-height: 45px; + font-size: 7.6vw; + line-height: 9vw; } .lead{