Skip to content

Commit effa6e9

Browse files
committed
feat: increase TOC max width so rest endpoint TOC doesn't look cramped
1 parent 1ca4e60 commit effa6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
.prose-toc {
6565
margin-top: 2.6875rem;
6666
margin-right: 5rem;
67-
max-width: 30ch;
67+
max-width: 50ch;
6868
}
6969

7070
.prose-toc ul {

0 commit comments

Comments
 (0)