push test
This commit is contained in:
@@ -16,13 +16,18 @@
|
||||
margin-top: 3rem;
|
||||
}
|
||||
.sidebar_first_container{
|
||||
position: sticky;
|
||||
position: -webkit-sticky;
|
||||
top: 0;
|
||||
align-self: flex-start;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 80%;
|
||||
position: sticky;
|
||||
position: -webkit-sticky;
|
||||
top: 10rem;
|
||||
|
||||
// top: 10rem;
|
||||
font-weight: 400;
|
||||
|
||||
.field-content{
|
||||
margin-bottom: 0.7rem;
|
||||
}
|
||||
@@ -30,6 +35,7 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
#block-quartiers-de-demain-views-block-statics-block-1{
|
||||
order: 1;
|
||||
text-transform: uppercase;
|
||||
@@ -62,3 +68,9 @@
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.sticky-menu{
|
||||
position: sticky;
|
||||
position: -webkit-sticky;
|
||||
top: 10rem;
|
||||
}
|
Reference in New Issue
Block a user