diff --git a/README.md b/README.md index 6410600..40512f1 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Demo page [https://1bl4z3r.github.io/hermit-V2/](https://1bl4z3r.github.io/hermi ### Configuration Guide Configuration Guide is present in [Explaining Configs](https://1bl4z3r.github.io/hermit-V2/en/posts/explaining-configs/) + --- # Original README diff --git a/assets/scss/_scroll.scss b/assets/scss/_scroll.scss index a3048f5..952832d 100644 --- a/assets/scss/_scroll.scss +++ b/assets/scss/_scroll.scss @@ -1,7 +1,7 @@ .scroll-up{ position: fixed; bottom: 10%; - right: 0; + right: 2%; z-index: 1; opacity: 0; transition: all 0.5s ease;