This commit is contained in:
parent
7021fa88cf
commit
8f15fe9c9a
@ -2906,7 +2906,8 @@ article p, .paragraph p {
|
||||
|
||||
.page-node-type-programme .block-region-third {
|
||||
z-index: 20;
|
||||
position: relative; }
|
||||
position: sticky;
|
||||
top: 1rem; }
|
||||
@media print, screen and (max-width: 39.99875em) {
|
||||
.page-node-type-programme .block-region-third {
|
||||
margin-top: 1rem; } }
|
||||
|
File diff suppressed because one or more lines are too long
@ -297,11 +297,14 @@
|
||||
.block-region-third{
|
||||
|
||||
z-index: 20;
|
||||
position: relative;
|
||||
position: sticky;
|
||||
top: 1rem;
|
||||
@include breakpoint(small down) {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
#evenements-block_1{
|
||||
|
||||
|
||||
background-color: black;
|
||||
margin-bottom: 3rem;
|
||||
h2{
|
||||
|
Loading…
x
Reference in New Issue
Block a user