mobile background fix

This commit is contained in:
Arvind Tiwari 2017-11-25 02:52:18 +05:30
commit 40ea11b64a
2 changed files with 7 additions and 3 deletions

View file

@ -137,6 +137,10 @@
.header_slider > .carousel .bg_img {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
}