From 31a9ca90e76d3d14a6b3ece54ec75b1dc796e8cb Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 28 Sep 2022 13:34:34 -0400 Subject: [PATCH] Remove grid background from package_before section --- src/static/css/homepage.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index 6eaa96f..1c11c40 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -266,11 +266,7 @@ hr{ } .package_before{ - background-image: url("/Images/small-grid.svg"); - background-position: top; - background-repeat: repeat; - background-size: contain; - border: 1px solid #949494; + } }