mirror of
https://github.com/ivabus/www
synced 2024-11-22 07:15:07 +03:00
Comment out background image for now
This commit is contained in:
parent
30f4677624
commit
cec58acd30
1 changed files with 4 additions and 2 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue