Comment out background image for now

This commit is contained in:
Thomas Smith 2023-02-28 12:28:22 -05:00
parent 30f4677624
commit cec58acd30

View file

@ -22,6 +22,7 @@
.comment-success code{
color: #1a1a1a;
}
/*
.hero{
background-image: url("/Images/tea-hero-background.jpg") !important;
background-attachment: scroll;
@ -29,12 +30,13 @@
background-repeat: repeat-y;
background-size: cover !important;
}
*/
@media only screen and (max-width: 992px) {
/*
.hero{
background-image: none !important;
}
*/
}
code{