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