From f4e9b523a816a764d404f66e8876f1d25a95902c Mon Sep 17 00:00:00 2001 From: Nicola Belluti Date: Tue, 9 Jun 2026 08:14:53 +0200 Subject: [PATCH] Added a scoll padding for references --- assets/css/custom.css | 3 +++ content/isa-docs/_index.md | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 assets/css/custom.css diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..6122366 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,3 @@ +html { + scroll-padding-top: 5rem; +} diff --git a/content/isa-docs/_index.md b/content/isa-docs/_index.md index 6474257..d4596f8 100644 --- a/content/isa-docs/_index.md +++ b/content/isa-docs/_index.md @@ -1,9 +1,7 @@ +++ title = "ISA Documentation" -comments = false breadcrumbs = false - cascade.type = "docs" +++