From a4fafcfe32b70361f058e1c40b3d3d520fbff2e9 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Tue, 18 Oct 2022 00:08:28 -0400 Subject: [PATCH] Change

size on mobile --- src/static/css/homepage.css | 2 +- src/static/css/typography.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }