mirror of
https://github.com/ivabus/www
synced 2024-11-10 08:25:14 +03:00
Comment out background image for now
This commit is contained in:
parent
30f4677624
commit
cec58acd30
|
@ -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{
|
||||||
|
|
Loading…
Reference in a new issue