From 957ed3b24cb3a189465795f4d3da37667a794c3f Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Tue, 27 Sep 2022 19:09:20 -0400 Subject: [PATCH] Adjusting mobile grids --- src/static/css/homepage.css | 10 +++++----- src/static/css/typography.css | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index 0a0323f..6eaa96f 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -249,7 +249,8 @@ hr{ background-position: top; background-repeat: repeat-y; background-size: cover; - padding-bottom: 16vw; + padding-bottom: 15vw; + border: 1px solid #949494; } .hero-float{ @@ -267,10 +268,9 @@ hr{ .package_before{ background-image: url("/Images/small-grid.svg"); background-position: top; - background-repeat: repeat-y; - background-size: cover; - padding-top: 12.556vw; - padding-bottom: 12.556vw; + background-repeat: repeat; + background-size: contain; + border: 1px solid #949494; } } diff --git a/src/static/css/typography.css b/src/static/css/typography.css index 7f673fb..310b965 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -230,8 +230,8 @@ li{ @media only screen and (max-width: 576px) { h1{ - font-size: 21.5vw; - line-height: 20.4vw; + font-size: 21.5vw !important; + line-height: 20.4vw !important; } h2{