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 2d405fed
authored
2026-02-18 11:59:16 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated home page collection section
1 parent
a2b7d7cd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
1 deletions
container/Home/Collection.js
styles/globals.css
container/Home/Collection.js
View file @
2d405fe
...
@@ -137,7 +137,7 @@ const CollectionSlider = () => {
...
@@ -137,7 +137,7 @@ const CollectionSlider = () => {
<
img
<
img
src
=
{
item
.
image
}
src
=
{
item
.
image
}
alt
=
{
item
.
title
}
alt
=
{
item
.
title
}
className
=
"img-fluid rounded-lg hover-zoom"
className
=
"img-fluid rounded-lg hover-zoom
s
"
/>
/>
<
p
className
=
"mt-3"
>
{
item
.
title
}
<
/p
>
<
p
className
=
"mt-3"
>
{
item
.
title
}
<
/p
>
<
/div
>
<
/div
>
...
...
styles/globals.css
View file @
2d405fe
...
@@ -527,8 +527,32 @@ aspect-ratio: 16 / 7;
...
@@ -527,8 +527,32 @@ aspect-ratio: 16 / 7;
transform
:
scale
(
1.03
);
transform
:
scale
(
1.03
);
}
}
.collectionSwiper
.collection-card
>
img
{
.collectionSwiper
.collection-card
>
img
{
height
:
240px
;
/* 80% visible area */
overflow
:
hidden
;
transition
:
height
0.4s
ease
;
}
.collectionSwiper
.collection-card
{
position
:
relative
;
height
:
450px
;
}
.collectionSwiper
.collection-card
img
{
width
:
100%
;
width
:
100%
;
height
:
460px
;
object-fit
:
cover
;
display
:
block
;
transition
:
height
0.4s
ease
;
/* 👈 add this */
position
:
absolute
;
}
.collectionSwiper
.collection-card
:hover
img
{
height
:
478px
;
}
}
/* ====Blog=== */
/* ====Blog=== */
.blog-date
{
.blog-date
{
color
:
#333
;
color
:
#333
;
...
...
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