| @import "src/frame/stylesheets/breakpoint-xxl.scss"; | |
| // https://tetralogical.com/blog/2023/06/08/focus-in-view/ | |
| :target { | |
| scroll-margin-top: 105px ; // 88 + 8 + 8 + 1 | |
| @include breakpoint-xxl { | |
| scroll-margin-top: 65px ; // 48 + 8 + 8 + 1 | |
| } | |
| } | |
| @import "src/frame/stylesheets/breakpoint-xxl.scss"; | |
| // https://tetralogical.com/blog/2023/06/08/focus-in-view/ | |
| :target { | |
| scroll-margin-top: 105px ; // 88 + 8 + 8 + 1 | |
| @include breakpoint-xxl { | |
| scroll-margin-top: 65px ; // 48 + 8 + 8 + 1 | |
| } | |
| } | |