1 .container-section-sticky {
5 max-inline-size: 120ch; // avoid too long lines
6 margin-inline: auto auto;
8 @include media('>xlarge') {
13 max-inline-size: none;
17 margin-block-end: rem(80);
19 &--single-calendar-section {
20 // temporary margin by hand until better global solution found
21 margin-block-start: em(54);
23 @include media('<=small') {
24 // full alignment not possible
25 margin-block-start: 0;
31 /* trick for fixing anchor links */
32 .header-height-anchor {
34 inset-block-start: -#{rem(100)};
37 // not sticky on mobile
38 @include media('<=small') {
39 .container-section-sticky-section {
40 margin-block-end: rem(80);
43 .header-height-anchor {