From 8107eff087d5f6f3fe5e164b7cc988b806a356fb Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Tue, 27 Sep 2022 13:13:07 -0400 Subject: [PATCH] Mobile grid background for packages pre-section --- src/static/css/homepage.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index 4d3eb3b..d9fb489 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -217,4 +217,13 @@ hr{ height: 75px; } + .package_before{ + background-image: url("/Images/small-grid.svg"); + background-position: top; + background-repeat: repeat-y; + background-size: contain; + padding-top: 12.556vw; + padding-bottom: 12.556vw; + } + }