Revert "Remove hero section grid"

This reverts commit a190ec79cf.
This commit is contained in:
Thomas Smith 2022-10-27 14:46:21 -04:00
parent fbcff77619
commit dd6b5f601b

View file

@ -144,9 +144,19 @@ mark{
@media only screen and (min-width: 1200px) { @media only screen and (min-width: 1200px) {
.hero-section{ .hero-section{
background-image: url("/Images/x-large-grid.svg");
background-attachment: scroll;
background-position: top;
background-repeat: repeat;
background-size: cover;
} }
.hero-bottom{ .hero-bottom{
background-image: url("/Images/x-large-grid.svg");
background-attachment: scroll;
background-position: top;
background-repeat: repeat;
background-size: cover;
height: 4.185vw; height: 4.185vw;
} }