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