Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tran-quang-hung-portfolio
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HungTQ
tran-quang-hung-portfolio
Commits
6889515b
Commit
6889515b
authored
Jun 29, 2026
by
HungTQ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ui): balance project preview heights
parent
d6d58dc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
App.css
src/App.css
+9
-9
No files found.
src/App.css
View file @
6889515b
...
...
@@ -639,7 +639,7 @@ h3 {
radial-gradient
(
circle
at
26%
28%
,
rgba
(
18
,
184
,
134
,
0.22
),
transparent
31%
),
radial-gradient
(
circle
at
78%
24%
,
rgba
(
138
,
92
,
246
,
0.13
),
transparent
30%
),
linear-gradient
(
145deg
,
rgba
(
255
,
255
,
255
,
0.98
),
rgba
(
232
,
251
,
248
,
0.74
));
height
:
clamp
(
3
90px
,
36vw
,
50
0px
);
height
:
clamp
(
3
60px
,
34vw
,
47
0px
);
padding
:
24px
;
}
...
...
@@ -660,26 +660,26 @@ h3 {
0
26px
54px
rgba
(
37
,
76
,
105
,
0.26
),
0
0
0
1px
rgba
(
255
,
255
,
255
,
0.78
);
filter
:
saturate
(
1.04
)
contrast
(
1.01
);
max-height
:
82
%
;
max-width
:
3
3
%
;
max-height
:
78
%
;
max-width
:
3
2
%
;
position
:
absolute
;
top
:
50%
;
}
.project-preview-count-3
img
:nth-child
(
1
)
{
opacity
:
0.96
;
transform
:
translate
(
-8
6%
,
-46
%
)
rotate
(
-9deg
)
scale
(
0.92
);
transform
:
translate
(
-8
8%
,
-45
%
)
rotate
(
-9deg
)
scale
(
0.92
);
z-index
:
1
;
}
.project-preview-count-3
img
:nth-child
(
2
)
{
transform
:
translate
(
-2%
,
-4
9
%
)
rotate
(
0deg
)
scale
(
1.08
);
transform
:
translate
(
-2%
,
-4
8
%
)
rotate
(
0deg
)
scale
(
1.08
);
z-index
:
3
;
}
.project-preview-count-3
img
:nth-child
(
3
)
{
opacity
:
0.96
;
transform
:
translate
(
8
2%
,
-46
%
)
rotate
(
9deg
)
scale
(
0.92
);
transform
:
translate
(
8
4%
,
-45
%
)
rotate
(
9deg
)
scale
(
0.92
);
z-index
:
2
;
}
...
...
@@ -700,15 +700,15 @@ h3 {
}
.project-card
:hover
.project-preview-count-3
img
:nth-child
(
1
)
{
transform
:
translate
(
-9
2%
,
-48
%
)
rotate
(
-11deg
)
scale
(
0.95
);
transform
:
translate
(
-9
4%
,
-47
%
)
rotate
(
-11deg
)
scale
(
0.95
);
}
.project-card
:hover
.project-preview-count-3
img
:nth-child
(
2
)
{
transform
:
translate
(
-2%
,
-5
2
%
)
rotate
(
0deg
)
scale
(
1.12
);
transform
:
translate
(
-2%
,
-5
1
%
)
rotate
(
0deg
)
scale
(
1.12
);
}
.project-card
:hover
.project-preview-count-3
img
:nth-child
(
3
)
{
transform
:
translate
(
88%
,
-48
%
)
rotate
(
11deg
)
scale
(
0.95
);
transform
:
translate
(
90%
,
-47
%
)
rotate
(
11deg
)
scale
(
0.95
);
}
.project-index
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment