💄 fix(style): limit width of .toc-container

This commit is contained in:
Donovan Glover 2023-10-15 22:18:17 -04:00
parent 40df48fd87
commit a1adacd3fd
No known key found for this signature in database
GPG key ID: EA7408A77AE1BE65

View file

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