Mobile grid background for packages pre-section

This commit is contained in:
Thomas Smith 2022-09-27 13:13:07 -04:00
parent 692f42af8c
commit 8107eff087

View file

@ -217,4 +217,13 @@ hr{
height: 75px;
}
.package_before{
background-image: url("/Images/small-grid.svg");
background-position: top;
background-repeat: repeat-y;
background-size: contain;
padding-top: 12.556vw;
padding-bottom: 12.556vw;
}
}