add of the years in singleProjects

This commit is contained in:
2025-09-03 21:18:39 +02:00
parent 0835e756be
commit 664216f63c
3 changed files with 38 additions and 11 deletions
+14 -1
View File
@@ -48,6 +48,10 @@
}
.single-project-right-top {
margin-bottom : 1em;
}
.single-project-right-top-title{
display: flex;
margin-left: 2rem;
width: 100%;
@@ -94,7 +98,7 @@
font-size: 2rem;
color: #EAEAEA;
margin-top: 0;
margin-bottom: 1rem;
margin-bottom: 0;
display: flex;
align-items: center;
gap: 1rem;
@@ -157,4 +161,13 @@
.single-project-left:hover .arrow {
display: flex;
}
.single-project-right-top-date{
color : #B0B0B0;
margin : 0;
margin-left : 2em;
font-weight: bold;
font-style: italic;
}