Skip to content

Commit

Permalink
fix: toc2
Browse files Browse the repository at this point in the history
  • Loading branch information
papierkorp committed Oct 2, 2023
1 parent f240efa commit 8186b7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _sass/layouts/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -297,13 +297,14 @@ article {


#toc2 {
font-size: 0.6em;
font-size: 0.75em;
position: sticky;
top: 2vw;
z-index: 1;
transform: translate(2.5em);
color: $secondary-color;
align-self: start;
letter-spacing: -1px;

ul {
padding: 0;
Expand Down Expand Up @@ -333,6 +334,7 @@ article {

li a:hover {
@include hover();
//font-size: 1.2em;
}
}

Expand Down

0 comments on commit 8186b7c

Please sign in to comment.