add of a school logo when school projects

This commit is contained in:
2025-09-02 23:00:27 +02:00
parent 1225e1cc21
commit cdc81cdec5
4 changed files with 17 additions and 7 deletions
@@ -50,11 +50,11 @@
.single-project-right-top {
display: flex;
margin-left: 2rem;
width: 100%;
}
.single-project-right-bottom {
margin-left: 2rem;
display: flex;
flex-direction: column;
justify-content: space-between;
@@ -65,7 +65,7 @@
border-radius: 38px;
min-width: 1.5rem;
height: 0.25rem;
margin-top: 1.5rem;
margin-top: 1.25rem;
margin-right: 1rem;
}
@@ -95,6 +95,9 @@
color: #EAEAEA;
margin-top: 0;
margin-bottom: 1rem;
display: flex;
align-items: center;
gap: 1rem;
}
.single-project-description {
@@ -154,4 +157,4 @@
.single-project-left:hover .arrow {
display: flex;
}
}