diff options
| author | dmlunar <root@lunar.sh> | 2026-02-14 17:23:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-14 17:23:39 +0200 |
| commit | 5b60f8e0ddd381a5716e90e8f4273c2dcc470f53 (patch) | |
| tree | ca82397c62ad2617b5c34b8002bcecffcd24df1c | |
| parent | 72d6d089bfc48561fee242b5f81d4e8067e86d5d (diff) | |
| download | journal.lunar.sh-5b60f8e0ddd381a5716e90e8f4273c2dcc470f53.tar.gz journal.lunar.sh-5b60f8e0ddd381a5716e90e8f4273c2dcc470f53.zip | |
Update style.scss
| -rw-r--r-- | style.scss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -70,7 +70,7 @@ h6 { font-family: $inter; color: #d9d9d9; font-weight: bold; - /* scroll-margin-top: 125px; */ + scroll-margin-top: 125px; line-height: 1.5; margin: 15px 0 15px; @@ -78,7 +78,7 @@ h6 { @include mobile { line-height: 1.5; - /* scroll-margin-top: 160px; */ + scroll-margin-top: 160px; } } |
