macaron dans home

This commit is contained in:
2022-01-28 14:09:20 +01:00
parent a747887595
commit 88f5392027
4 changed files with 124 additions and 14 deletions
@@ -41,7 +41,6 @@
// }
}
// menu ancres a gauche
.layout__region--first{ // menu ancres a gauche
position: relative;
@@ -50,7 +49,7 @@
justify-content: flex-end;
position: -webkit-sticky;
position: sticky;
top: 9rem;
top: 10rem;
@media (max-width: 810px){
display: none;
}
@@ -123,9 +122,9 @@
display: flex;
flex-direction: column;
width: 70%;
// position: -webkit-sticky;
// position: sticky;
// top: 11rem;
position: -webkit-sticky;
position: sticky;
top: 9rem;
@media (max-width: 810px){
margin: auto;
}