💄 fix(quick-navigation): limit width of toc (#204)

main
Donovan Glover 1 year ago committed by GitHub
parent 40df48fd87
commit 6058957e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,6 +55,7 @@
.toc-container { .toc-container {
margin: 0; margin: 0;
margin-top: $padding-vertical; margin-top: $padding-vertical;
max-width: 80vw;
} }
.toc-content { .toc-content {

Loading…
Cancel
Save