From 8f5b08b13b4707db239c509acae144d3b5a8de53 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 27 Oct 2022 12:21:15 -0400 Subject: [PATCH] Removing more grid elements --- src/static/css/homepage.css | 14 -------------- src/static/css/package-grid.css | 4 ---- 2 files changed, 18 deletions(-) diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index db834f6..46a90b9 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -159,26 +159,12 @@ mark{ } .package_before{ - background-image: url("/Images/xl-grid-half-right.svg"); - background-attachment: scroll; - background-repeat: repeat-y; - background-position: right; - background-size: cover; } .package-cta{ - background-image: url("/Images/x-large-grid.svg"); - background-attachment: scroll; - background-repeat: repeat-y; - background-size: cover; } .statistics{ - background-image: url("/Images/x-large-stats-grid.svg"); - background-attachment: fixed; - background-position: top; - background-repeat: repeat; - background-size: cover; } .metric-block{ diff --git a/src/static/css/package-grid.css b/src/static/css/package-grid.css index 56f6c27..38893ba 100644 --- a/src/static/css/package-grid.css +++ b/src/static/css/package-grid.css @@ -20,8 +20,4 @@ .package-grid{ padding-top: 0vw !important; padding-bottom: 0vw !important; - background-image: url("/Images/x-large-grid.svg"); - background-attachment: scroll; - background-repeat: repeat; - background-size: contain; }