Push review area to bottom

This commit is contained in:
Faris Ansari 2018-07-28 13:57:16 +05:30
parent dd8045759f
commit abcc8ab8e5

View File

@ -171,6 +171,14 @@ body[data-route^="marketplace/"] {
padding-bottom: 0;
border-bottom: none;
}
.hub-item-container {
overflow: hidden;
}
.hub-item-review-container {
margin-top: calc(30vh);
}
}
body[data-route^="Hub/"] {