set project details page responsive
This commit is contained in:
parent
b7826715ea
commit
0c2ea6f01e
@ -18,7 +18,7 @@
|
||||
background-image: url("/public/assets/images/projectDetailsHeadband.png");
|
||||
background-size: cover;
|
||||
|
||||
&::after { /* Utilise un pseudo-élément pour le dégradé */
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
@ -80,6 +80,7 @@
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
gap: 1em;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
|
||||
@ -170,3 +171,12 @@ aside ul li a:hover {
|
||||
align-items: center;
|
||||
gap: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.return-button{
|
||||
top: 7em;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user