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

This commit is contained in:
Donovan Glover
2023-10-16 13:04:09 +00:00
committed by GitHub
parent 40df48fd87
commit 6058957e48

View File

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