Commit 52f68e49 by Arjun Jhukal

updated the mobile view for the clutch review

parent ad9554a3
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -138,6 +138,20 @@ input[type="number"] { ...@@ -138,6 +138,20 @@ input[type="number"] {
} }
} }
@media (max-width:576px) {
.HOME {
&.TOP-BANNER-SECTION {
.review-block {
.review {
&:first-child {
min-width: 210px;
}
}
}
}
}
}
@media (min-width:992px) { @media (min-width:992px) {
.HOME { .HOME {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment