Commit 1d569189 by Ravindra Kanojiya

updated collection view more button

1 parent 340c03f7
......@@ -302,7 +302,7 @@ export default function Navigation({ collectionsData = [] }) {
?.slice(0, 2)
.map((sub) => (
<Col md={6} key={sub.subCategorySlug}>
<Link
<Link className="header-rt-image"
href={`/collections/${collectionL1.categorySlug}/${sub.subCategorySlug}`}
onMouseEnter={() => setCollectionL2(sub)}
>
......
......@@ -1191,6 +1191,11 @@ footer a:hover {
.we-care-section .img-banner img{
object-fit: cover;
}
.header-rt-image img{
min-height: 15vw;
width: 100%;
object-fit: cover;
}
@media only screen and (max-width: 1023px) {
body {
font-size: 16px;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!