Revert "Removing more grid elements"

This reverts commit 8f5b08b13b.
This commit is contained in:
Thomas Smith 2022-10-27 14:46:12 -04:00
parent 8f5b08b13b
commit fbcff77619
2 changed files with 18 additions and 0 deletions

View file

@ -159,12 +159,26 @@ mark{
} }
.package_before{ .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{ .package-cta{
background-image: url("/Images/x-large-grid.svg");
background-attachment: scroll;
background-repeat: repeat-y;
background-size: cover;
} }
.statistics{ .statistics{
background-image: url("/Images/x-large-stats-grid.svg");
background-attachment: fixed;
background-position: top;
background-repeat: repeat;
background-size: cover;
} }
.metric-block{ .metric-block{

View file

@ -20,4 +20,8 @@
.package-grid{ .package-grid{
padding-top: 0vw !important; padding-top: 0vw !important;
padding-bottom: 0vw !important; padding-bottom: 0vw !important;
background-image: url("/Images/x-large-grid.svg");
background-attachment: scroll;
background-repeat: repeat;
background-size: contain;
} }