Removing more grid elements

This commit is contained in:
Thomas Smith 2022-10-27 12:21:15 -04:00
parent a190ec79cf
commit 8f5b08b13b
2 changed files with 0 additions and 18 deletions

View file

@ -159,26 +159,12 @@ 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,8 +20,4 @@
.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;
} }