Commit 5d9c6a3f by Ravindra Kanojiya

updated changes

1 parent 23df719e
...@@ -1027,6 +1027,8 @@ footer a:hover { ...@@ -1027,6 +1027,8 @@ footer a:hover {
} }
.exp-showroom-img img{ .exp-showroom-img img{
margin: 1rem; margin: 1rem;
width: 100%;
height: 100%;
} }
.exp-showroom-img img:first-child{ .exp-showroom-img img:first-child{
margin-top: 8rem; margin-top: 8rem;
...@@ -1125,6 +1127,18 @@ footer a:hover { ...@@ -1125,6 +1127,18 @@ footer a:hover {
} }
/* ===Media query==== */ /* ===Media query==== */
@media (max-width: 767px) { @media (max-width: 767px) {
.custom_container {
max-width: 95%;
}
.exp-showroom-img img{
height: 45vw;
}
.exp-showroom-img img:first-child {
margin-top: 3rem;
}
.exp-showroom-img img {
margin: 0.4rem;
}
.collectionSwiper .collection-card { .collectionSwiper .collection-card {
height: 390px; height: 390px;
} }
...@@ -1319,6 +1333,7 @@ footer a:hover { ...@@ -1319,6 +1333,7 @@ footer a:hover {
.heading { .heading {
font-size: 28px !important; font-size: 28px !important;
line-height: 30px;
} }
.blog-img { .blog-img {
width: 100% !important; width: 100% !important;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!