add of projectDetails page

This commit is contained in:
2025-09-13 22:14:42 +02:00
parent f118cf0cf8
commit b612c00f1f
15 changed files with 1820 additions and 64 deletions
+1 -13
View File
@@ -12,6 +12,7 @@
.single-project:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
cursor: pointer;
}
.single-project-top {
@@ -115,19 +116,6 @@
gap: 8px;
}
.single-project-link {
color: var(--text-color);
text-decoration: none;
font-weight: 600;
margin-bottom : 0;
}
.single-project-link:hover {
cursor: pointer;
color: var(--title-color);
}
.single-project-years{
color : var(--text-color);
margin : 0;