diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index 07c4a29..0024472 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -281,12 +281,12 @@ hr{ background-repeat: repeat-y; background-size: cover; padding-top: 16vw; - padding-bottom: 22vw; + padding-bottom: 21vw; border: 1px solid #949494; } .hero-container h1{ - margin-bottom: 4vw; + margin-bottom: 5vw; } .hero-float{ diff --git a/src/static/css/typography.css b/src/static/css/typography.css index 8a6fabf..f480711 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -248,11 +248,11 @@ li{ .lead{ font-size: 4.800vw !important; - line-height: 5vw !important; + line-height: 6vw !important; } p{ - font-size: 20px; + font-size: 4vw; } }