mirror of
https://github.com/ivabus/www
synced 2024-11-10 07:25:14 +03:00
Added background image to here section
This commit is contained in:
parent
338c50d5f7
commit
d26e9e5c12
|
@ -22,15 +22,13 @@
|
|||
.comment-success code{
|
||||
color: #1a1a1a;
|
||||
}
|
||||
/*
|
||||
.hero{
|
||||
background-image: url("/Images/hero-background-mountains.png") !important;
|
||||
background-image: url("/Images/tea-hero-background.jpg") !important;
|
||||
background-attachment: scroll;
|
||||
background-position: right;
|
||||
background-position: left;
|
||||
background-repeat: repeat-y;
|
||||
background-size: cover !important;
|
||||
}
|
||||
*/
|
||||
@media only screen and (max-width: 992px) {
|
||||
|
||||
.hero{
|
||||
|
@ -234,7 +232,6 @@
|
|||
|
||||
<section>
|
||||
<div class="container">
|
||||
<hr>
|
||||
<div class="row one-box">
|
||||
<div class="col">
|
||||
<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;
|
||||
max-width: none;
|
||||
overflow-x: hidden;
|
||||
margin-top:30px;
|
||||
margin-top:25px;
|
||||
}
|
||||
|
||||
.container{
|
||||
|
|
Loading…
Reference in a new issue