Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
Akruti-Frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 1d569189
authored
2026-03-06 18:39:31 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated collection view more button
1 parent
340c03f7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
components/Layout/Header.js
styles/globals.css
components/Layout/Header.js
View file @
1d56918
...
@@ -302,7 +302,7 @@ export default function Navigation({ collectionsData = [] }) {
...
@@ -302,7 +302,7 @@ export default function Navigation({ collectionsData = [] }) {
?.slice(0, 2)
?.slice(0, 2)
.map((sub) => (
.map((sub) => (
<Col md={6} key={sub.subCategorySlug}>
<Col md={6} key={sub.subCategorySlug}>
<Link
<Link
className="header-rt-image"
href={`
/
collections
/
$
{
collectionL1
.
categorySlug
}
/${sub.subCategorySlug}`
}
href={`
/
collections
/
$
{
collectionL1
.
categorySlug
}
/${sub.subCategorySlug}`
}
onMouseEnter
=
{()
=>
setCollectionL2
(
sub
)}
onMouseEnter
=
{()
=>
setCollectionL2
(
sub
)}
>
>
...
...
styles/globals.css
View file @
1d56918
...
@@ -1191,6 +1191,11 @@ footer a:hover {
...
@@ -1191,6 +1191,11 @@ footer a:hover {
.we-care-section
.img-banner
img
{
.we-care-section
.img-banner
img
{
object-fit
:
cover
;
object-fit
:
cover
;
}
}
.header-rt-image
img
{
min-height
:
15vw
;
width
:
100%
;
object-fit
:
cover
;
}
@media
only
screen
and
(
max-width
:
1023px
)
{
@media
only
screen
and
(
max-width
:
1023px
)
{
body
{
body
{
font-size
:
16px
;
font-size
:
16px
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment