closes #53
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
isUnknown 2026-03-28 16:58:32 +01:00
parent 80efbf3d5f
commit 3d842cb1b7
4 changed files with 12 additions and 2 deletions

View file

@ -21,6 +21,7 @@
transition: all 0.5s var(--curve-sine);
z-index: 3;
box-sizing: border-box;
scroll-behavior: smooth;
flex-direction: column;
}
@ -177,6 +178,10 @@ button.see-more {
margin-bottom: calc(var(--unit--vertical) * 2);
}
.side-panel__item > a {
scroll-margin-top: 9rem;
}
.side-panel__collection--years .text:first-child .text__title {
display: inline-block;
padding-left: var(--unit--horizontal);