Skip to content

Commit

Permalink
chore: change toc width
Browse files Browse the repository at this point in the history
  • Loading branch information
ntk148v committed Aug 19, 2024
1 parent b4b84b3 commit 6c5f087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pre > code {
/* ################################# */
@media screen and (min-width: 1080px) {
#toc {
@apply fixed top-sidebar-top left-page-gutter z-40 w-1/4 h-3/4 overflow-auto px-page-gutter py-sidebar-top;
@apply fixed top-sidebar-top left-page-gutter z-40 w-1/5 h-3/4 overflow-auto px-page-gutter py-sidebar-top;
}
}

Expand Down

0 comments on commit 6c5f087

Please sign in to comment.