From fbcff77619d7393a0f5c9c4c13518f6dcd42ae14 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 27 Oct 2022 14:46:12 -0400 Subject: [PATCH] Revert "Removing more grid elements" This reverts commit 8f5b08b13b4707db239c509acae144d3b5a8de53. --- src/static/css/homepage.css | 14 ++++++++++++++ src/static/css/package-grid.css | 4 ++++ 2 files changed, 18 insertions(+) diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index 46a90b9..db834f6 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -159,12 +159,26 @@ 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 38893ba..56f6c27 100644 --- a/src/static/css/package-grid.css +++ b/src/static/css/package-grid.css @@ -20,4 +20,8 @@ .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; }