update responsive of project details page

This commit is contained in:
Giovanni-Josserand 2025-09-28 19:23:58 +02:00
parent 287329e2c5
commit b9b349b706

View File

@ -183,5 +183,11 @@ aside ul li a:hover {
.return-button {
top: 7em;
}
aside {
display: none;
}
.project-details-content{
width: 100%;
}
}