feat: show toc on mobile screens (#1964)

This commit is contained in:
Alexander Fuks
2024-10-11 18:32:10 +04:00
committed by GitHub
parent 740bd84c51
commit 8a064a5e5a
13 changed files with 429 additions and 29 deletions

View File

@@ -8,6 +8,7 @@
color: var(--heading-color);
font-weight: 400;
font-family: $font-family-heading;
scroll-margin-top: 3.5rem;
}
%anchor {
@@ -134,6 +135,12 @@
}
}
%btn-color {
button i {
color: #999999;
}
}
/* ---------- scss mixin --------- */
@mixin mt-mb($value) {