This commit is contained in:
armansansd 2021-09-10 14:55:52 +02:00
parent 7021fa88cf
commit 8f15fe9c9a
3 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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{