mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 15:56:15 +02:00
💄 fix(style): limit width of .toc-container
This commit is contained in:
parent
40df48fd87
commit
a1adacd3fd
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@
|
|||
.toc-container {
|
||||
margin: 0;
|
||||
margin-top: $padding-vertical;
|
||||
max-width: 80vw;
|
||||
}
|
||||
|
||||
.toc-content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue