Styling adjustments

This commit is contained in:
Thomas Smith 2023-01-25 12:01:43 -05:00
parent 616478b471
commit ba5720da6b

View file

@ -139,11 +139,13 @@ mark{
@media only screen and (min-width: 1200px) { @media only screen and (min-width: 1200px) {
.hero-section{ .hero-section{
position: relative;
background-image: url("/Images/x-large-grid.svg") !important; background-image: url("/Images/x-large-grid.svg") !important;
background-attachment: scroll; background-attachment: scroll;
background-position: top; background-position: top;
background-repeat: repeat-y; background-repeat: repeat-y;
background-size: cover !important; background-size: cover !important;
z-index:10;
} }
.lead-text-container{ .lead-text-container{