Fix product header styles

This commit is contained in:
Prateeksha Singh
2018-08-06 19:13:10 +05:30
parent d3da401ef4
commit 658d1bbae2
2 changed files with 9 additions and 2 deletions

View File

@@ -210,6 +210,13 @@ body[data-route^="marketplace/"] {
border-bottom: none;
}
.hub-card-container {
h4 {
font-weight: 500;
margin-top: 32px
}
}
.hub-item-container {
overflow: hidden;
}