diff --git a/src/static/css/typography.css b/src/static/css/typography.css index 8ea38c0..4421b51 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -111,31 +111,38 @@ li{ } h2{ - font-size: 6vw; - line-height: 8.5vw; + font-size: 6.5vw; + line-height: 10vw; margin-bottom: 2.065vw; } h3{ - font-size: 3.8rem; - line-height: 4.464vw; + font-size: 3.4rem; + line-height: 10vw; margin-bottom: 2.511vw; - margin-top: 1.395vw; + margin-top: -1.395vw; } h4{ - font-size: 2.121vw; - line-height: 4.116vw; + font-size: 3vw; + line-height: 5.116vw; + } + + h5{ + font-size: 1.5vw; + line-height: 5vw; + margin-top: -0.3vw; + margin-bottom: 1.2vw; } .lead{ - font-size: 1.5vw !important; - line-height: 1.7vw !important; + font-size: 2vw !important; + line-height: 2.8vw !important; margin-bottom: 2.232vw; } p{ - font-size: 1.116vw; + font-size: 1.667vw; } }