summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2026-02-14 17:25:29 +0200
committerGitHub <noreply@github.com>2026-02-14 17:25:29 +0200
commit30db6e49e1c96317053440c0be26a0652d9c9f74 (patch)
tree6ea530cd6c3bc528ceb87a5414682903c7f0ef64
parent5b60f8e0ddd381a5716e90e8f4273c2dcc470f53 (diff)
downloadjournal.lunar.sh-30db6e49e1c96317053440c0be26a0652d9c9f74.tar.gz
journal.lunar.sh-30db6e49e1c96317053440c0be26a0652d9c9f74.zip
Increase scroll margin for h6 elements
-rw-r--r--style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.scss b/style.scss
index 03103b5..d15f915 100644
--- a/style.scss
+++ b/style.scss
@@ -70,7 +70,7 @@ h6 {
font-family: $inter;
color: #d9d9d9;
font-weight: bold;
- scroll-margin-top: 125px;
+ scroll-margin-top: 145px;
line-height: 1.5;
margin: 15px 0 15px;