finish page species

This commit is contained in:
Julie Blanc 2026-02-15 23:56:23 +01:00
parent 6fff7422e8
commit a1a98d67b5
13 changed files with 1127 additions and 512 deletions

View file

@ -1,8 +1,14 @@
@use "abstracts/mixins.scss" as *;
.page-nav{
.toc{
list-style: none;
max-height: calc(100vh - var(--top-target) - 10px);
overflow: scroll;
@include hide-scrollbar();
padding-bottom: 10vh;
li{
font-size: var(--fs-normal);