mirror of
https://github.com/ivabus/www
synced 2024-11-22 15:15:07 +03:00
Added background image to here section
This commit is contained in:
parent
338c50d5f7
commit
d26e9e5c12
3 changed files with 3 additions and 6 deletions
|
@ -22,15 +22,13 @@
|
||||||
.comment-success code{
|
.comment-success code{
|
||||||
color: #1a1a1a;
|
color: #1a1a1a;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
.hero{
|
.hero{
|
||||||
background-image: url("/Images/hero-background-mountains.png") !important;
|
background-image: url("/Images/tea-hero-background.jpg") !important;
|
||||||
background-attachment: scroll;
|
background-attachment: scroll;
|
||||||
background-position: right;
|
background-position: left;
|
||||||
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{
|
||||||
|
@ -234,7 +232,6 @@
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<hr>
|
|
||||||
<div class="row one-box">
|
<div class="row one-box">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<p class="text-uppercase text-center small mb-5 grid-gray">As featured on</p>
|
<p class="text-uppercase text-center small mb-5 grid-gray">As featured on</p>
|
||||||
|
|
BIN
src/static/Images/tea-hero-background.jpg
Normal file
BIN
src/static/Images/tea-hero-background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
|
@ -4,7 +4,7 @@
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
margin-top:30px;
|
margin-top:25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container{
|
.container{
|
||||||
|
|
Loading…
Reference in a new issue