From ca22d5cd2a7aacb4705eb68c6bd90e82ad7e4b74 Mon Sep 17 00:00:00 2001 From: Chen Yang Date: Sat, 28 Jun 2025 21:51:02 +0800 Subject: [PATCH] Fixed anchor jump location. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 7ea9c5c..d6f8342 100755 --- a/style.css +++ b/style.css @@ -157,6 +157,7 @@ hr { hr.style-one { border: 0; height: 0.1em; + scroll-margin-top: 2.5em; background: #282828; background-image: -webkit-linear-gradient(left, #f9f5d7, #282828, #f9f5d7); background-image: -moz-linear-gradient(left, #f9f5d7, #282828, #f9f5d7);