Commit da3a3bd2 by Ravindra Kanojiya

updated layout type

1 parent 37a17b24
......@@ -350,6 +350,7 @@ button.cust-swiper-button-next {
}
.video_sec{
overflow: hidden;
margin-bottom: 5.21vw;
}
.video-wrapper {
position: relative;
......@@ -538,6 +539,9 @@ input:focus-visible {
width: 40%;
z-index: 1;
}
.innerbanner-section .product-banner{
height: calc(100vh - 115px);
}
.innerbanner-section .homeBannerSwiper{
margin-top: 0;
height: calc(100vh - 115px);
......@@ -562,6 +566,9 @@ input:focus-visible {
width: 100%;
height: auto;
}
.gallery-section.sec_padd{
padding-top: 0;
}
.gallery-image-wrapper {
position: relative;
width: 100%;
......@@ -1557,10 +1564,14 @@ footer a:hover {
padding: 0;
}
.product-banner .info {
bottom: 1rem;
left: 1rem;
width: 90%;
bottom: 0rem;
left: 0rem;
width: 100%;
padding: 50px 3% 80px;
}
.product-banner .info div + div{
font-size: 12px;
}
.product-banner {
height: 100vh;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!