From d3a7143788952ad5b47fe82918aef33cdb6915a2 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 21 Sep 2022 15:02:00 -0400 Subject: [PATCH] 768px - 992px typography complete --- src/static/css/typography.css | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/src/static/css/typography.css b/src/static/css/typography.css index 4421b51..fd637f4 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -156,31 +156,34 @@ li{ } h2{ - font-size: 6rem; - line-height: 7rem; - margin-bottom: 37px; + font-size: 7vw; + line-height: 10vw; + margin-bottom: 3.730vw; } h3{ - font-size: 3.8rem; - line-height: 80px; - margin-bottom: 45px; - margin-top: 25px; + font-size: 4.5vw; + line-height: 10vw; + margin-top: -3vw; } h4{ - font-size: 38px; - line-height: 45px; + font-size: 3.5vw; + line-height: 5vw; + } + + h5{ + font-size: 2vw; + line-height: 5vw; } .lead{ - font-size: 28px !important; - line-height: 29px !important; - margin-bottom: 40px; + font-size: 2.823vw; + line-height: 2.923vw; } p{ - font-size: 20px; + font-size: 2.016vw; } }