ungleich header slider

This commit is contained in:
Arvind Tiwari 2017-11-05 23:48:20 +05:30
commit 49ea549c73
2 changed files with 45 additions and 11 deletions

View file

@ -111,3 +111,18 @@
paddding: 10px;
}
}
.header_slider {
height: 100vh;
}
.header_slider > .carousel {
display: flex;
flex-direction: column;
height: 100%;
align-items: stretch;
}
.header_slider > .carousel .item {
padding-top: 150px;
}