dev #32

Merged
Giovanni-Josserand merged 9 commits from dev into feature/detailsProject 2025-09-28 16:58:30 +00:00
Showing only changes of commit 0c2ea6f01e - Show all commits

View File

@ -18,7 +18,7 @@
background-image: url("/public/assets/images/projectDetailsHeadband.png"); background-image: url("/public/assets/images/projectDetailsHeadband.png");
background-size: cover; background-size: cover;
&::after { /* Utilise un pseudo-élément pour le dégradé */ &::after {
content: ''; content: '';
position: absolute; position: absolute;
bottom: 0; bottom: 0;
@ -80,6 +80,7 @@
list-style: none; list-style: none;
padding: 0; padding: 0;
gap: 1em; gap: 1em;
flex-wrap: wrap;
} }
@ -169,4 +170,13 @@ aside ul li a:hover {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 0.5em; gap: 0.5em;
}
@media (max-width: 480px) {
.return-button{
top: 7em;
}
} }