diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index 1245535..226a16a 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -355,7 +355,7 @@ mark{ background-position: top; background-repeat: repeat-y; background-size: cover; - padding-top: 16vw; + padding-top: 17.5vw; padding-bottom: 21vw; border: 1px solid #949494; } diff --git a/src/static/css/typography.css b/src/static/css/typography.css index 45c7c55..474beb3 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -221,7 +221,7 @@ li{ @media only screen and (max-width: 576px) { h1{ - font-size: 21.5vw; + font-size: 16vw; line-height: 20.4vw; }