macaron dans home
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user