diff --git a/assets/css/post.scss b/assets/css/post.scss index 0992a82..0074761 100644 --- a/assets/css/post.scss +++ b/assets/css/post.scss @@ -121,7 +121,7 @@ $prompt-newer: "{{ site.data.label.post.button.next }}"; border-left: 1px solid rgba(158, 158, 158, 0.17); position: -webkit-sticky; position: sticky; - top: 2rem; + top: 4rem; transition: top 0.2s ease-in-out; animation: fade-up .8s; &.topbar-down {