1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

docs: align table of contents with content (#9141)

https://linear.app/unleash/issue/2-3191/align-table-of-contents-with-content

Vertically aligns the table of contents with the content, by adding some
margin top.


![image](https://github.com/user-attachments/assets/3d6e84c0-cb87-4b2c-a722-38d5e97fdd54)
This commit is contained in:
Nuno Góis 2025-01-23 15:03:03 +00:00 committed by GitHub
parent 0c7efc0037
commit 2871f5741c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -275,6 +275,10 @@ main .theme-doc-breadcrumbs {
line-height: 22px;
}
.table-of-contents {
margin-top: 70px;
}
.table-of-contents:before {
content: "Table of Contents";
display: inline-flex;