Skip to content

Commit 792401b

Browse files
committed
Optimized the position of TOC.
1 parent b9cb04e commit 792401b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/css/post.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ $prompt-newer: "{{ site.data.label.post.button.next }}";
121121
border-left: 1px solid rgba(158, 158, 158, 0.17);
122122
position: -webkit-sticky;
123123
position: sticky;
124-
top: 2rem;
124+
top: 4rem;
125125
transition: top 0.2s ease-in-out;
126126
animation: fade-up .8s;
127127
&.topbar-down {

0 commit comments

Comments
 (0)